بنقرة واحدة
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.