code-reviewer
Installation
SKILL.md
Code Review Skill
Review TypeScript, React, and Next.js code with high standards for clarity, simplicity, and maintainability.
Core Philosophy
Evaluate code against these principles:
- Clear: If you have to think twice about what something does, it's wrong
- Simple: Every abstraction must earn its place
- Minimal: Prefer the smallest solution that works
- Consistent: Same patterns everywhere
- Maintainable: Future maintainers should thank you
- Type-Safe: Use TypeScript properly
- User-Focused: Frontend code serves users, not egos