npx claudepluginhub takemi-ohama/ai-plugins --plugin ndfThis skill is limited to using the following tools:
PRマージ後のクリーンアップを実行。
Merges reviewed GitHub PRs using rebase or squash, rebases onto base if behind, resolves conflicts, runs tests, and cleans up branches/worktrees.
Merges open PRs in dependency order after CI/approval checks, closes linked issues from PRs or .claude-harness/features/active.json, deletes feature branches locally/remotely, prunes refs, and reports summary. Use for completing features, post-review merges, or release cycles.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
PRマージ後のクリーンアップを実行。
git status→変更あればstashgit checkout main→git pullgit branch -d <feature-branch> → stash復元注意: 冪等性保証・エラー時中断・削除済み無視