What problem does it solve? After completing a major feature or before merging to main, code needs an unbiased review, but the session that wrote the code carries generation bias. This Skill dispatches a fresh code-reviewer subagent with precisely crafted git diff context and requirements so issues are caught before they compound. ## Core Features & Use Cases - Structured review dispatch: Builds a review prompt from a template with placeholders for what was implemented, requirements, base/head SHAs, and optional re-review or artifact-output blocks. - Severity-based verdicts: The reviewer returns a parseable verdict (Approved, Approved with concerns, or Not approved) with findings grouped into Critical, Important, and Minor categories, each with file:line references and remediation guidance. - Model and CLI resolution: Resolves the capable model tier and subagent dispatch configuration from flow.json via a shared helper before dispatching with subagent_run_serial. - Use Case: After finishing a standalone feature branch, run this Skill to have a fresh-context reviewer compare the full diff against the plan, then act on the verdict before merging to main. ## Quick Start Ask the agent to request a code review of the current branch against main using the requesting-code-review skill before merging.