pr-to-main

pr-to-main is a skill for Claude Code from breaking-brake/cc-wf-studio. It costs 85 tokens per session (1,410 once invoked), scanned A, original, no licence file.

A pull-request workflow for submitting feature or bug-fix changes to the main branch in a pnpm and Changesets monorepo. A monorepo stores multiple related packages in one repository, while Changesets records release information.

In plain words
What is it for?
Use it to identify affected packages, check that a changeset exists, and open a pull request to the main branch.
Why use it?
It helps prevent packages affected by a change or required release notes from being missed before review. It also follows the repository's release process.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to identify affected packages, check that a changeset exists, and open a pull request to the main branch.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/breaking-brake/cc-wf-studio/pr-to-main
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add breaking-brake/cc-wf-studio --skill pr-to-main
Clone the repo
git clone --depth 1 https://github.com/breaking-brake/cc-wf-studio

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-to-main

README.md
[![agentmods](https://agentmods.dev/badge/skills/breaking-brake/cc-wf-studio/pr-to-main/github.svg)](https://agentmods.dev/skills/breaking-brake/cc-wf-studio/pr-to-main)
Your own site
<a href="https://agentmods.dev/skills/breaking-brake/cc-wf-studio/pr-to-main"><img src="https://agentmods.dev/badge/skills/breaking-brake/cc-wf-studio/pr-to-main/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr-to-main

Your own site · 80×15
<a href="https://agentmods.dev/skills/breaking-brake/cc-wf-studio/pr-to-main"><img src="https://agentmods.dev/badge/skills/breaking-brake/cc-wf-studio/pr-to-main.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,410 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.01410
Opus 5 $0.00043 $0.00705
Sonnet 5 $0.00017 $0.00282
Haiku 4.5 $0.00009 $0.00141

Measured 11d ago against content hash 8f1b79e68896, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pr-to-main scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/pr-to-main/SKILL.md · 64 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 64 lines · 85 tokens per session scan A 8f1b79e68896

Subscribe to this mod's changes

pr-to-main is a skill published in the GitHub repository breaking-brake/cc-wf-studio (5,380 stars, last pushed 2d ago), with no licence file. It adds 85 tokens to every session and 1,410 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release-jetbrains

Use when releasing the Kilo JetBrains plugin -- resolve a version ("next rc" or explicit), run the prepare workflow, edit and commit a filtered human-readable changelog on the release PR, then watch publish to completion.

Kilo-Org/kilocode · 50 tokens

kilocode-merge-minimizer

Use when changing shared upstream-owned files to add Kilo-specific behavior, editing kilocodechange markers in shared code, or moving additive behavior out of shared code to reduce upstream merge conflicts. Do not use for changes confined to Kilo-owned paths such as packages/kilo-vscode/ or packages/kilo-ui/.

Kilo-Org/kilocode · 76 tokens

release-gate-loop

A release check that tests a change, reports whether it passes, and can run a limited fix-and-retest cycle. A release is the act of making a software version available.

KongFangXun/sofagent · 59 tokens

cordis-plugin-sofagent-rollback

A sofagent plugin for undoing changes in reverse order after an error, using Git snapshots and cleanup handlers for registered effects.

KongFangXun/sofagent · 87 tokens

release-nyx

Ship a new nyx-local-ai release end to end — bump versions consistently, run the quality gates (typecheck, smoke tests, package), install locally, tag and push so CI publishes the installer artifacts. Use when the user asks to release, ship, publish, bump the version, or cut a new build of the extension.

sthamann/nyx-local-ai · 72 tokens

issue-management

Create, update, list and search GitHub issues and PRs, list a repository's labels, run milestones, and check for duplicates.

saidsef/mcp-github-pr-issue-analyser · 27 tokens