What problem does it solve? It provides a consistent entry point for reviewing code changes against repository standards and the requested behavior, so reviews follow the same fixed criteria instead of ad-hoc judgment. ## Core Features & Use Cases - Standards and Spec Review: Delegates to the flow-code-review process to evaluate a branch, PR, or diff against repository standards. - Evidence-Based Findings: Reuses the fixed review point, evidence, and findings from the underlying review flow without duplicating work or spawning parallel reviewers. - Use Case: Before merging a pull request, ask for a review of the diff to confirm the changes match the requested behavior and comply with repository standards, without triggering unintended edits or publication. ## Quick Start Ask the assistant to review the current branch or pull request diff against the repository standards and the requested behavior.