Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/him0-git-ops:plan-to-prThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
/plan-to-pr Add user authentication feature
/plan-to-pr --draft Fix pagination bug in API
最重要: ファイル探索を行う前に、必ず EnterPlanMode を呼び出す。
を確認し、必要な変更をプランニングする。
プラン完了後、ExitPlanMode を呼び出してユーザーの承認を得る。
git status でクリーンなブランチであることを確認し、承認されたプランに基づいてコードを変更する。
git diff で変更を確認し、/him0-git-ops:pull-request を呼び出す(--draft 指定時はそのまま渡す)。
PR 作成後、/him0-git-ops:auto-fix --watch を呼び出して CI 失敗とレビューコメントの継続監視・自動修正モードに入る。
npx claudepluginhub him0/him0-claude-marketplace --plugin him0-git-opsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.