Pr review
Cross-harness AI skill portability CLI. Author an agent skill once, sync it into Claude Code, Cursor, Copilot, Codex, OpenCode & 45+ AI coding agents. Safety scanner, content-hash drift detection. A package manager / dotfiles for AI coding agent skills.
npx -y skills add itaywol/adeptability --skill pr-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, as published. Nobody here has run it
PR Review Checklist
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
xfailtests 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.