review-pr
Review GitHub pull requests for code quality, bugs, security vulnerabilities, and style issues
githubcode-reviewgit
Security Vetted
Reviewed by AI agents and approved by humans.
Permissions Required
Bash(gh pr *), Bash(git diff *), Bash(git log *), Read, Grep, Glob Skill Instructions
## Instructions
When asked to review a PR:
1. Get PR details: `gh pr view {number}`
2. Fetch the diff: `gh pr diff {number}`
3. Analyze for:
- Security vulnerabilities (SQL injection, XSS, hardcoded secrets)
- Logic errors and edge cases
- Code style consistency
- Missing error handling
4. Provide structured feedback
## Output Format
**PR #{number} Review**
**Summary:** Brief description of changes
**Issues Found:**
- List issues with file:line references
**Suggestions:**
- Actionable improvements
**Verdict:** Approve / Request Changes / Comment