git worktreeを削除します。間違えて作成した場合や、作業完了後のクリーンアップに使用します。
View on GitHubakb7/skills/remove-git-worktree/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/AKABANAKK/claude-code-marketplace/blob/main/akb7/skills/remove-git-worktree/SKILL.md -a claude-code --skill remove-git-worktreeInstallation paths:
.claude/skills/remove-git-worktree/# Remove Git Worktree ## Instructions 以下のコマンドを実行して、git worktreeを削除します。 引数には削除するブランチ名を指定してください。 ``` bash scripts/remove-worktree.sh [ブランチ名] ```
Issues Found: