git-staging
Installation
SKILL.md
Non-interactive Git Staging
Stage only the changes intended for the next commit. The index is shared state: preserve anything already staged unless the user explicitly asks to replace or unstage it.
Workflow
-
Inspect all three states:
git status --short git diff --no-ext-diff git diff --cached --no-ext-diff