Pull Request Review
SkillSecurityReview a pull request for bugs, security issues, and improvements. Use when the user asks to review a PR, review changes, or check code quality of a branch.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Pull Request Review skill
What this skill tells your AI
The instructions your AI receives, as published by seifbenayed/cloclo in .claude/skills/review-pr/SKILL.md and read by ahel’s review.
Review the current branch's changes compared to the base branch.
Steps
-
Determine the base branch:
- Try
main, thenmaster, then ask - Run
git log --oneline <base>..HEADto see all commits in this PR
- Try
-
Run
git diff <base>...HEADto see the full diff -
For large diffs, review file-by-file using
git diff <base>...HEAD -- <file> -
For each changed file, check for:
- Bugs: logic errors, off-by-one, null/undefined access, race conditions
- Security: injection, XSS, auth bypass, hardcoded secrets, SSRF
- Performance: N+1 queries, unbounded loops, missing indexes, memory leaks
- Error handling: missing try/catch, swallowed errors, unclear error messages
- Style: inconsistency with the rest of the codebase
- Tests: missing tests for new functionality or edge cases
-
Provide a structured review:
Summary — What the PR does (1-2 sentences)
Issues — Bugs, security, or correctness problems that should be fixed before merge
Suggestions — Non-blocking improvements worth considering
Verdict — Approve / Request Changes / Needs Discussion
Be specific — reference file paths and line numbers. Suggest concrete fixes, not vague advice.
$ARGUMENTS
Signals
- GitHub stars
- 114
- Forks
- 30
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-pr-seifbenayed- Source
- github.com/seifbenayed/cloclo