cleanup-branches
Cleans up obsolete, merged git branches in the local repository and deletes them from GitHub.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cleans up obsolete, merged git branches in the local repository and deletes them from GitHub.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Perform holistic codebase analysis, step-by-step verified execution, and global quality audit for P.O.W.E.R. vaults. Trigger when analyzing, refactoring, or auditing a project before making changes.
Maintains and validates the P.O.W.E.R. knowledge base (P.A.R.A. + OKF v0.1 + Graph RAG + LLM-Wiki + Execution Rules).
Maintains and validates the P.O.W.E.R. knowledge base (P.A.R.A. + OKF v0.1 + Graph RAG + LLM-Wiki + Execution Rules).
| name | cleanup-branches |
| description | Cleans up obsolete, merged git branches in the local repository and deletes them from GitHub. |
This skill is designed for automatically cleaning up obsolete and already merged branches from the local environment and remote repository on GitHub.
The skill automatically activates when:
You can run the cleanup script directly from the terminal:
/root/geminicli/.agents/skills/cleanup-branches/scripts/cleanup_branches.py
The script on its own:
GITHUB_RELEASE_TOKEN token from the .env file.main or master.git fetch origin --prune command to clean up local references.