Skills に戻る
Release
Git
/hapo:git
Secret scanning と focused commits を含む safe branch、commit、push、PR、finish、worktree operations。
Use When
- Verified changes を commit または publish できる。
- Focused conventional commit が必要。
- Parallel work に isolated worktree が必要。
Flow
01 / Status
Branch、staged diff、unstaged diff、intended action を確認します。
02 / Secret scan
Keys、tokens、passwords、credentials を含む commit を拒否します。
03 / Split
必要なら commit を focused and conventional に保ちます。
04 / Publish
Commit、push、PR を安全に行います。
05 / Finish
Verification 後に merge、PR、keep、discard choices を出します。
Output
Secrets を漏らさず unrelated work を壊さない clean version-control history。
Avoid
Explicit confirmation なしに force-push、delete worktrees、discard changes をしません。
Next Handoff
Push、PR、または branch finish flow