Choose a review policy for code or system design
Routing page for choosing the correct review policy for architecture, boundaries, or implementation against official sources.
Choose the correct code review policy
Use this page when the task is clearly code review, but you have not yet chosen whether the dominant problem is system structure or implementation correctness against official guidance.
Code Review: Architecture & Boundaries
Choose this when the dominant problem is structure, boundaries, ownership, or dependency flow.
Code Review: Implementation vs Official Guidance
Choose this when the dominant problem is whether code or configuration is correct according to official guidance.
Code Review: Test Coverage & Regression Risk
Choose this when the dominant problem is whether changed behavior is covered by tests and protected against regression.
Routing rule
Do not treat this page as the normative contract for a concrete run. Choose the matching review path below and use the linked policy, procedure, or prompt as the active contract.
System structure
Choose Architecture & Boundaries
Use this when the main question is: “Is the system structure correct?”
Implementation correctness
Choose Implementation vs Official Guidance
Use this when the main question is: “Is this implementation correct according to official guidance?”
Testing impact
Choose Test Coverage & Regression Risk
Use this when the main question is: “Is the changed behavior covered by tests and protected against regression?”
Choose the exact policy contract
Each option maps to one policy, one procedure, and the matching prompt files.
Option 1
Code Review: Architecture & Boundaries
Use this when the dominant question is about system structure, layering, dependency direction, boundary leakage, ownership, interface contracts, or minimal structural remediation.
Option 2
Code Review: Implementation vs Official Guidance
Use this when the dominant question is about code or config correctness, framework, library, runtime, or platform guidance, API misuse, version-sensitive implementation issues, or source-backed remediation.
Option 3
Code Review: Test Coverage & Regression Risk
Use this when the dominant question is whether changed behavior has enough test coverage, whether important scenarios are missing, or whether regression-sensitive behavior needs new verification.