What problem does it solve? After a feature is implemented and a pull request is open, teams need a rigorous senior-engineer review covering ports & adapters architecture, SOLID principles, clean code, and test quality before QA begins. This Skill orchestrates that review stage so no verification step is silently skipped. ## Core Features & Use Cases - Agent-Orchestrated Review: Invokes the code-reviewer agent with worktree isolation to produce a structured review report at specs/<slug>/code-review.md from a template. - Branch Synchronization Checks: Verifies the feature branch is rebased on the latest main before reviewing, with conflict-resolution guidance for spec artifact files. - Pipeline Governance: Logs invocation timing to timing-log.md, routes rejected work back to implementation, and advances approved work to the QA stage. - Use Case: A developer finishes implementing a feature on branch feature/0042-checkout, opens a PR, and runs this stage to get a senior-level verdict (approved, approved with reservations, or rejected) with documented findings before QA testing starts. ## Quick Start Ask the assistant to run the code review stage for the feature whose pull request was just opened, passing the feature slug and PR reference.