How this skill is triggered — by the user, by Claude, or both
Slash command
/ndf:cleanThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
mainマージ済みブランチをローカル/リモート削除。
mainマージ済みブランチをローカル/リモート削除。
git branch --merged main確認git branch -d <branch>git push origin --delete <branch>注意: 削除前確認・main除外・現在ブランチ除外
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndfClean up local and remote merged git branches with user confirmation. Useful after PR merges to remove stale branches.
Safely identifies and deletes merged and stale Git branches after fetching latest state, filtering by pattern, and user confirmation via interactive prompts. Protects main branches.
Automates git branch cleanup: inventories local/remote branches, identifies merged/gone candidates, protects main/develop/release/current, confirms deletions, prunes remotes, provides recovery SHAs.