This runs a multi-agent code review on your uncommitted changes before you commit. It spins up specialized reviewers in parallel (security auditor, bug hunter, code quality, test coverage, contracts, and historical context) and scores each finding by confidence and impact. You can filter by severity with --min-impact and output JSON if you need to pipe it somewhere. The code quality agent actually suggests improvements with examples, which is more useful than just flagging problems. It skips spec and reports folders by default and differentiates between staged and unstaged changes so you know what's about to go into your commit versus what's still in flux. Honest take: this is overkill for trivial changes but genuinely helpful when you're touching critical code or refactoring and want another set of eyes.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill review-local-changes