pr-review
Installation
SKILL.md
PR Review
Conduct expert-level pull request reviews using a local working directory. Focus on code quality, bug prevention, and architectural improvements with concise, actionable feedback.
Review Workflow
PR reviews follow this process:
- Fetch PR information - Get PR metadata using
ghCLI - Setup working directory - Clone repo and checkout PR branch
- Examine changes - Analyze diff against base branch
- Read context - Read full file contents directly when needed
- Analyze architecture - Check adherence to three-layer principles
- Write review - Create and save markdown review to ./pr-reviews/
Step 1: Fetch PR Information
Use the fetch metadata script to get PR details: