What problem does it solve? Pull request reviews often miss scope violations, missing tests, or undocumented contract changes. This Skill enforces a structured, evidence-based review process so every PR is verified against its declared intent before merge. ## Core Features & Use Cases - Intent-Driven Checklists: Re-identifies the matching intent in intents.yaml and executes its pr_checklist with required evidence for tests, docs, and rule adherence. - Scope Discipline Gates: Verifies every changed file is inside paths_in_scope, outside paths_forbidden, and that no forbidden_without_approval items trigger without explicit approval. - Verification Evidence: Requires concrete build and test command output (dotnet build, dotnet test, architecture tests) plus a paste-ready review summary. - Use Case: Before opening a PR that changes an API endpoint, run this review to confirm authorization parity tests pass, the API changelog is updated, and no out-of-scope files were touched. ## Quick Start Ask the AI to run the review-pr checklist on your current branch before opening the pull request.