Check Staged — Git skill for Claude Code
Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit.
How to install Check Staged
Installs to ~/.claude/commands/dangduoc08-ginject-check-staged.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dangduoc08/ginject/HEAD/.claude/commands/check-staged.md -o ~/.claude/commands/dangduoc08-ginject-check-staged.md Restart Claude Code, or start a new session, for it to be picked up.
What Check Staged does
name: check-staged description: Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit. Stash unstaged work first so the working tree is clean and the diff is unambiguous.
Mission
Inspect staged changes for correctness, logic integrity, and impact relative to the last commit.
Stash unstaged work first so the working tree is clean and the diff is unambiguous.
Steps
- Abort if nothing is staged. Run `git diff --staged --st
Alternatives in Git
- Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
- Fresh Start — The original nirholas/claude-code before DMCA and take down 6.2k ★
- Gen Commit Msg — Generate intelligent commit messages based on staged changes 5.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Check Secrets
Scan the working tree and recent git history for accidentally-committed BFL API keys, webhook secrets, or othe
Review Commit PR Discipline
Review the current branch's commits and working tree for commit and pull-request discipline, then produce well
Karpathy Check
Run Karpathy's 4-principle review on staged changes or the last commit. Checks complexity, diff noise, hidden
Generate Build Report
Reconstruct how this repo was built from Claude Code session logs + git history and write a single BUILD_REPOR
Wrap Up
Full session closeout in one pass - reflect, then notes, then the git sync ritual, ending with the work pushed
Clean Comments
Clean up code comments in PR or staged changes
Related Agents
Git Commit Curator
Use this agent when there are pending (staged or unstaged) changes in the repository that need to be translate
ForensicAgent
Forensic security analyst — PII detection, secret scanning, identity leak auditing across git history, staged
Secrets Auditor
Credential scanner — scans staged diff and working tree for secrets, tokens, and credentials. Groups findings