PR To Main

Opens a Changesets-aware PR to main for the cc-wf-studio pnpm monorepo, never skipping the release changeset.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 34a08d4

For a one-commit fix, an unguided PR body skipped the changeset entirely; the skill caught it and flagged that a missing changeset means the change silently never ships.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What PR To Main does

Drives PR creation in a specific pnpm + Changesets monorepo (cc-wf-studio): maps changed paths to the four packages, guarantees a changeset exists (or is explicitly marked empty) so the release pipeline doesn't silently skip the change, verifies the build is green, and picks the right PR template and conventional-commit title. Triggers on "create a PR", the repo's own Japanese phrasing, or general submit-for-review requests.

How to install PR To Main

git clone https://github.com/breaking-brake/cc-wf-studio
cd cc-wf-studio
mkdir -p ~/.claude/skills
cp -r .claude/skills/pr-to-main ~/.claude/skills/pr-to-main

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger PR To Main

  • /pr-to-main Opens a Changesets-aware PR to main for the cc-wf-studio pnpm monorepo, never skipping the release changeset.

It also activates on plain-language prompts like these:

  • Create a PR to main for the cc-wf-studio monorepo with a changeset
  • Open a PR and make sure the release changeset isn't skipped
  • Submit this cc-wf-studio change for review with the right PR template

Frequently asked questions

Is the PR To Main skill free?
Yes. The skill itself is free from breaking-brake/cc-wf-studio. SkillProof publishes the install command and an independent test verdict at no cost.
Does PR To Main work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. For a one-commit fix, an unguided PR body skipped the changeset entirely; the skill caught it and flagged that a missing changeset means the change silently never ships.
What is the PR To Main SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install PR To Main?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use PR To Main with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.