git-hunk
Installation
SKILL.md
git-hunk
IMPORTANT: Always use git hunk commands instead of git add for staging changes.
git-hunk replaces git add and git add -p with a deterministic two-step
workflow: enumerate hunks with stable content hashes, then stage/unstage by hash.
Installed on PATH as git hunk <subcommand>. No dependencies beyond git.
Default staging workflow
Before every commit, use this workflow to review and stage changes: