skills/pr-review/SKILL.md
Use this skill to review pull requests against coding standards and best practices. Invoke when reviewing code changes before merge.
npx skillsauth add gentamura/dotfiles pr-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematic code review following team standards.
Go through each checklist section below.
any types usedas casts (type guards used instead)bun run build passes)bun run lint:fix (or bun run lint if no fix script) passesdrizzle-kit generate## Summary
[Overall assessment: Approve / Request Changes / Comment]
## Blocking Issues
- [ ] **[File:Line]** Issue description
- Why it's a problem
- Suggested fix
## Suggestions
- **[File:Line]** Suggestion description
- Why this would be better
## Questions
- [Question about design or implementation]
## Praise
- [Acknowledge good patterns or improvements]
| Level | Meaning | Action | |-------|---------|--------| | Blocking | Must fix before merge | Request changes | | Suggestion | Would improve code | Comment | | Nitpick | Minor style preference | Optional | | Question | Need clarification | Comment |
tools
Use this skill to break down requirements into user stories, acceptance criteria, and actionable tasks. Invoke when starting a new feature or receiving new requirements.
devops
Use this skill for release preparation and execution. Invoke when deploying to staging or production environments.
tools
Use this skill to create a pull request from current local changes. Invoke when the user asks to create a branch, commit, push, and open a PR.
development
Use this skill to process bot review feedback on a pull request (for example coderabbitai and chatgpt-codex-operator). Invoke when bot comments arrive and the user wants triage, decision making, and implementation of required fixes.