What problem does it solve?
This Skill helps you audit pull requests as an independent reviewer, so you can catch real defects, convention violations, and test gaps before merge without relying on author context.
Core Features & Use Cases
- CI-aware preflight: Checks required CI status first and blocks approval when a required check is failing or still pending.
- Convention and diff review: Reads repository rules, inspects the PR diff, and evaluates correctness against project conventions and linked issues.
- Linter-backed findings: Runs the bundled shell, markdown, Python, JSON, and skill validators when relevant and reports results in a structured review.
- Use case: A maintainer asks for a cold review of a feature PR and needs a verdict that cites file paths, line ranges, and any linter output.
Quick Start
Use the pr-reviewer skill to assess pull request 42 in this repository and return a structured verdict with CI status, findings, and a clear approve, request changes, or comment outcome.