npx claudepluginhub takemi-ohama/ai-plugins --plugin ndfThis skill is limited to using the following tools:
mainマージ済みブランチをローカル/リモート削除。
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.
Deletes merged Git branches locally and optionally remotely after user confirmation, flags stale unmerged branches for manual review. Supports dry-run, custom base branch, and inactivity threshold.
Share bugs, ideas, or general feedback.
mainマージ済みブランチをローカル/リモート削除。
git branch --merged main確認git branch -d <branch>git push origin --delete <branch>注意: 削除前確認・main除外・現在ブランチ除外