pr-reviewer
Installation
SKILL.md
PR Reviewer
Automated code review for GitHub pull requests. Analyzes diffs for security issues, error handling gaps, style problems, and test coverage.
Prerequisites
ghCLI installed and authenticated (gh auth status)- Repository access (read at minimum, write for posting comments)
- Optional:
golangci-lintfor Go linting,rufffor Python linting
Quick Start
# Review all open PRs in current repo
scripts/github/pr-reviewer.sh check
# Review a specific PR
scripts/github/pr-reviewer.sh review 42