dangduoc08

Check Staged — Git skill for Claude Code

Git community

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

Terminal
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

  1. 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 Repository