원클릭으로
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.