Review uncommitted code changes using parallel Claude sub-agents (Bug Hunter, Rules Auditor, optional Architect). The invoking agent triages the diff by file path into impacted modules and risk surfaces, then spawns reviewers scaled to the change. Each reviewer self-primes via /prime, verifies any API/library claim via Context7 (mandatory — unverified claims are auto-discarded), and reports an intent verdict against progress.md before its findings. Catches bugs, security issues, CLAUDE.md compliance, and test-coverage gaps. Skip for trivial typos/formatting. Use after substantive implementation work, or when the Stop hook requests it. Also invocable manually with /review-work.
$npx -y skills add peterkrueck/claude-code-development-kit --skill review-workInstalls into the current project.
Run `npx skills use "https://github.com/peterkrueck/claude-code-development-kit" --skill "peterkrueck/claude-code-development-kit/review-work"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/peterkrueck/claude-code-development-kit" that are relevant to the current task. Run `npx skills add "https://github.com/peterkrueck/claude-code-development-kit"` and select the relevant skills, then follow their instructions.