Use this skill to review pull requests against coding standards and best practices. Invoke when reviewing code changes before merge.
Systematic code review following team standards.
Go through each checklist section below.
any types usedasbun 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 |