analyze-pr
Installation
SKILL.md
Pull Request Analysis
PR Review Process
1. Understand the Context
- Read PR title and description
- Check linked issues/tickets
- Understand the goal of the changes
2. Review File Changes
# List changed files
git diff --name-only main...HEAD
# View changes with context
git diff main...HEAD