pr-to-main-cleanup
Clean up merged feature branches after PR to main is merged
Install / Use
npx skills add breaking-brake/cc-wf-studio --skill pr-to-main-cleanupInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Our assessment of pr-to-main-cleanup
pr-to-main-cleanup scores 65/100 on our quality scale, 1469th of 1,657 Automation skills we index.
Its SKILL.md is 925 bytes long, split into 4 sections with 1 code example: fairly brief, so expect to fill in details yourself.
With 5,390 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated 6 days ago, so pr-to-main-cleanup is actively maintained.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
pr-to-main-cleanup compared with similar skills
All 4 of these similar skills score higher than pr-to-main-cleanup; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| pr-to-main-cleanup (this skill)by breaking-brake | 65 | 5.4k | 6d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.6k | 11d ago | CLAUDE.md |
| rufloby ruvnet | 100 | 73.3k | today | CLAUDE.md |
| Scraplingby D4Vinci | 100 | 83.9k | today | MCP Server |
| algorithmic-artby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
Frequently asked questions
- How do I install pr-to-main-cleanup?
- Run
npx skills add breaking-brake/cc-wf-studio --skill pr-to-main-cleanup. The install tabs above show the steps for each supported agent. - Which AI agents does pr-to-main-cleanup work with?
- It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is pr-to-main-cleanup safe to use?
- It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is pr-to-main-cleanup still maintained?
- The repository was last updated 6 days ago, so pr-to-main-cleanup is actively maintained.
Skill content
View source on GitHubname: pr-to-main-cleanup description: Clean up merged feature branches after PR to main is merged. Use when the user says "ブランチ削除", "cleanup", "マージ後の片付け", or wants to delete a merged branch.
PR to Main Cleanup
Delete merged feature branches after PR is merged to main.
Workflow
-
Gather context (parallel):
git branchto identify current branchgit log --oneline -1to confirm current state
-
Execute cleanup:
- Switch to main branch
- Pull latest changes from origin
- Delete local feature branch
- Delete remote feature branch
Commands
git checkout main && git pull origin main && git branch -D <branch-name> && git push origin --delete <branch-name>
Important Notes
- PRs to main are always squash-merged, so use
-D(force delete) since git cannot detect squash merges as "merged" - Always pull latest main before deleting to sync merge status
Related Skills
Agent-Reach
85.6kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Scrapling
83.9k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
