一键导入
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 页面并帮你完成安装。
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).
基于 SOC 职业分类
| 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.