What problem does it solve? Pull request reviews are often inconsistent, with reviewers missing security checks, test coverage gaps, or type safety issues. This Skill standardizes the review process by applying five objective gates before any PR is created or approved. ## Core Features & Use Cases - Five Review Gates: Evaluates correctness, type and build safety, testing, security and privacy, and maintainability for every change. - Structured Verdict Output: Produces a PASS, CONDITIONAL PASS, or BLOCKED result with a bullet list of blockers including file references and an ordered remediation list. - Review Handoff Summary: Documents files reviewed, validations run, and unresolved risks for team traceability. - Use Case: Before merging a TypeScript feature branch, run this checklist to confirm the code compiles, sensitive routes retain auth checks, and new logic has focused test coverage. ## Quick Start Review my current pull request using the pr-review-checklist and report any blockers with file references.