pr-to-main-cleanup

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

A cleanup tool for deleting feature branches after their pull request has been merged into the main branch. A branch is a separate line of development in a code repository.

In plain words
What is it for?
Use it after merging a pull request to delete the merged feature branch.
Why use it?
It removes branches that are no longer needed after the change they contained has been merged. This keeps the repository's branch list current.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it after merging a pull request to delete the merged feature branch.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup
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-cleanup
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-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup/github.svg)](https://agentmods.dev/skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup)
Your own site
<a href="https://agentmods.dev/skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup"><img src="https://agentmods.dev/badge/skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup/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-cleanup

Your own site · 80×15
<a href="https://agentmods.dev/skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup"><img src="https://agentmods.dev/badge/skills/breaking-brake/cc-wf-studio/pr-to-main-cleanup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 230 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.00050 $0.00230
Opus 5 $0.00025 $0.00115
Sonnet 5 $0.00010 $0.00046
Haiku 4.5 $0.00005 $0.00023

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

Security

Grade A, and why

pr-to-main-cleanup 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 12d 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-cleanup/SKILL.md · 32 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

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. 12d ago First seen · 32 lines · 50 tokens per session scan A f3f83c45b508

Subscribe to this mod's changes

pr-to-main-cleanup is a skill published in the GitHub repository breaking-brake/cc-wf-studio (5,380 stars, last pushed 3d ago), with no licence file. It adds 50 tokens to every session and 230 once invoked, about $0.0003 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-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

release-management

Tag a commit, publish a GitHub release, and read, correct or withdraw the tags and releases already there.

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

github-official-mcp

Official GitHub MCP Server, by GitHub. Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.

Friz-zy/ai-capability-registry · 35 tokens