What problem does it solve? Manually reviewing code changes for quality, security, and architectural impact is time-consuming and inconsistent. This Skill automates comprehensive review of uncommitted changes or specific commits by orchestrating specialized reviewer agents. ## Core Features & Use Cases - Automated Change Analysis: Detects uncommitted changes or reviews a specified commit, filtering out lock files, build artifacts, and binary files from the diff. - Dual-Agent Review: Always invokes a code-reviewer agent for quality and security feedback, and conditionally invokes an architect-reviewer agent based on a scored scope assessment (files changed, API contracts, database schema, security-sensitive files). - Structured Report: Produces a consolidated markdown report with change summary, prioritized action items (Critical/Warning/Suggestion), and next steps. - Use Case: After finishing a feature branch with changes across 10 files including a database migration, run the review to get both line-level code feedback and architectural impact assessment before merging. ## Quick Start Ask the assistant to review your current uncommitted changes or a specific commit hash using the code-review skill.