Imported from EmpoweredHouse/process-native-starter (
src/templates/.claude/skills/review/SKILL.md). Install upstream withnpx skills add EmpoweredHouse/process-native-starter --skill review. Copyright stays with the author.
Code Review Skill
Performs a structured 15-point code review against the project's engineering standards.
Usage
/review [target]
Where [target] is a file path, directory, or PR reference.
Process
- Load project context from
AGENTS.mdand.ai/lessons.md - Review code against the checklist in
references/checklist.md - Report findings grouped by category with severity ratings
Categories
- Architecture — Bounded contexts, separation of concerns, dependency direction
- Security — Input validation, CSRF, authentication, data isolation
- Backend — Context patterns, error handling, migrations, query patterns
- Frontend — Component patterns, accessibility, performance, i18n
- Quality — Type specs, test coverage, linting, documentation
Output Format
## Review: [target]
### [Category]
- [severity] [finding description]
- File: [path:line]
- Fix: [suggested fix]
### Summary
- Critical: N
- Warning: N
- Info: N
References
@references/checklist.md