Skill
Community

clean

Install
1
Install the plugin
$
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndf

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

mainマージ済みブランチをローカル/リモート一括削除する

Tool Access

This skill is limited to using the following tools:

Bash
Skill Content

ブランチクリーンアップコマンド

mainマージ済みブランチをローカル/リモート削除。

手順

  1. git branch --merged main確認
  2. main・現在ブランチ除外
  3. git branch -d <branch>
  4. git push origin --delete <branch>

注意: 削除前確認・main除外・現在ブランチ除外

Stats
Stars0
Forks0
Last CommitFeb 7, 2026

Similar Skills