| name | pr-review |
| description | Review a Pull Request for code quality, tests, merge conflicts, and readiness to merge. |
PR Review
Review a Pull Request by analyzing code quality, tests, and overall changes.
When to Use
Use this skill when asked to:
- Review a pull request
- Check if a PR is ready to merge
- Analyze PR code quality
Workflow
- Add a git remote for the PR branch to enable pushing changes
- Analyze the quality of the code and tests
- Check for merge conflicts with
main and advise on fixes if conflicts exist
- Provide feedback on whether the PR is ready to merge
Usage
Review this Pull Request: <url>