What problem does it solve? Code reviews often miss drift from approved plans, lack stable finding tracking across reruns, and lose user confirmation context. This Skill performs a read-only, evidence-bound review of code changes against the canonical work contract, persists findings with stable IDs, and collects user confirmation per problem pattern without ever editing the reviewed code. ## Core Features & Use Cases - Seven-area independent review: One holistic reviewer covers alignment, correctness, security, quality, testing, docs, and style, with optional risk-specific specialists supplying supplemental evidence. - Stable findings and dispositions: Findings use stable IDs and open|fixed|acknowledged|deferred|skipped statuses, persisted under the active work root in review.md and reviews/*.md, surviving partial reruns. - Pattern confirmation and GitHub handoff: Outstanding findings are grouped into patterns, confirmed with the user inline or via interactive discovery, and verified against the remote default branch before suggesting GitHub issue creation. - Use Case: After implementing an authentication refactor, run the review against the current diff to verify alignment with the approved plan, catch security and correctness defects, and confirm each problem pattern before handing eligible ones off as GitHub issues. ## Quick Start Ask the assistant to review the current changes with /review-code --work-id=<your-work-id> and confirm the reported problem patterns.