By luizffl Verified
Validates that staged git changes match your stated intent - reports missing or extra changes in a standardized table format
A Claude Code skill that validates staged git changes against your stated intent — catching missing or extra changes before you commit.
When you describe what you planned to change and ask Claude to verify, this skill:
git diff --staged to inspect what's actually stagedAll good:
╔══════════════════════════════════════════════════════╗
║ CHANGE CONSISTENCY: ALL EXPECTED ║
╚══════════════════════════════════════════════════════╝
Issues found:
╔══════════════════════════════════════════════════════╗
║ CHANGE CONSISTENCY: DISCREPANCIES FOUND ║
╚══════════════════════════════════════════════════════╝
Missing Changes:
| # | File | Description of Missing Change |
...
Extra Changes:
| # | File | Description of Extra Change |
...
Summary: 1 missing change(s), 1 extra change(s) across 2 file(s).
Add this plugin to your Claude Code setup by referencing this repository in your plugin configuration.
Trigger the skill by telling Claude what you planned to do:
"I expected to refactor the auth module and update the tests. Check if my staged changes match that."
Or more directly:
"Validate my staged changes against my task description."
The skills/changes-consistency/evals/ directory contains 5 test scenarios covering: perfect match, extra files, missing files, mixed discrepancies, and nothing staged.
To set up the eval fixtures:
./skills/changes-consistency/evals/setup_repos.sh
MIT — Luiz Leite
Verified owner:Luiz Leite
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub luizffl/changes-consistencyComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.