onewave-ai/git-pr-reviewer
Review pull requests for code quality, security issues, and best practices. Use when reviewing PRs, checking code changes, or analyzing diffs before merge.
npx skills add https://github.com/OneWave-AI/claude-skills --skill git-pr-reviewer
When reviewing a pull request:
git diff main...HEAD or git diff <base-branch>...HEAD## PR Review Summary
### Overview
[Brief summary of changes]
### Issues Found
#### Critical
- [Issue description + file:line]
#### Warnings
- [Issue description + file:line]
#### Suggestions
- [Improvement ideas]
### Approval Status
[APPROVE / REQUEST CHANGES / NEEDS DISCUSSION]
# Review current branch against main
git diff main...HEAD --stat
git diff main...HEAD
Take onewave-ai/git-pr-reviewer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.