What problem does it solve? Code reviews often miss repo-specific conventions, contain factual errors, or go stale as the branch moves. This Skill structures PR reviews so findings are grounded in the repository's own declared conventions, fact-checked before posting, and re-verified against the current head. ## Core Features & Use Cases - Convention-grounded review: Discovers conventions starting from the repo's README.md and CLAUDE.md, follows their linked docs, and names which convention docs were applied in the posted review. - Review-and-summarize deliverable: Produces both a prose explanation of prior behavior and a per-file walkthrough of the changes, so readers can judge findings without opening the diff. - Factual precision and freshness checks: Verifies CI state, head SHA, and file:line citations, runs an independent fact-check pass, and re-checks the moving head and sibling PRs right before posting. - Use Case: When asked to re-review a PR after the author pushed fixes, re-verify the head SHA, re-check each prior finding against the new tree, and post an updated review naming the conventions applied. ## Quick Start Review the current pull request against this repository's conventions and post a summary with verified findings.