What problem does it solve?
It streamlines reviewing pull requests by enforcing maintainer-grade checks, applying fixups when safe, running targeted tests, and posting a clear verdict comment so maintainers can merge or close quickly.
Core Features & Use Cases
- Maintainer-style PR triage: Selects the latest open PR (or a specified PR number), checks for prior Claude reviews, and classifies the PR as Bug fix, Feature, Refactor, Docs, or Mixed.
- Independent validation: Verifies the contributor’s framing by reading the actual diff to confirm the root cause and whether tests truly isolate it.
- Safe fix-and-merge workflow: Checks out the PR, merges main into the branch, applies practical improvements (style, missing tests, docs, registration), pushes fixes, and posts a structured verdict comment.
- Targeted testing and CI checks: Runs only relevant tests for touched files (or newly written tests) and inspects PR check status to avoid unnecessary test-suite runs.
Quick Start
Use the review-pr skill to review the latest open pull request and post a structured maintainer verdict comment after checking the diff, applying any fixups you can, and running only the relevant tests.