Use this before requesting review on a pull request.
Tests
Unit tests added or updated for the changed behavior.
Integration tests pass locally.
No skipped or xfail tests without a tracking issue.
Security
No secrets, tokens, or credentials in the diff.
User input is validated at every external boundary.
Dependencies bumped do not pull in known CVEs.
Performance
No N+1 queries introduced.
Loops over large collections are bounded or paginated.
Hot paths have a measurement, not a guess.
Docs
Public API changes documented.
CHANGELOG or release notes updated when user-visible.
1---2name: pr-review3description: PR Review Checklist4---5# PR Review Checklist67Use this before requesting review on a pull request.89## Tests1011- [ ] Unit tests added or updated for the changed behavior.12- [ ] Integration tests pass locally.13- [ ] No skipped or `xfail` tests without a tracking issue.1415## Security1617- [ ] No secrets, tokens, or credentials in the diff.18- [ ] User input is validated at every external boundary.19- [ ] Dependencies bumped do not pull in known CVEs.2021## Performance2223- [ ] No N+1 queries introduced.24- [ ] Loops over large collections are bounded or paginated.25- [ ] Hot paths have a measurement, not a guess.2627## Docs2829- [ ] Public API changes documented.30- [ ] CHANGELOG or release notes updated when user-visible.
Run npx skillmds@latest add itaywol/pr-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
PR Review Checklist It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
itaywol (@itaywol) published this skill. Their other Agent Skills are listed on their SkillMD profile.