code-review
Installation
SKILL.md
Code Review Skill
Automated code quality analysis and review guidance.
Actions
| Action | Description | Example |
|---|---|---|
review |
Full code review | $code-review review src/ |
quick |
Quick review of a file | $code-review quick src/app/page.tsx |
security |
Security-focused review | $code-review security |
Review Dimensions
1. Correctness
- Logic errors and bug patterns
- Edge case handling (null, empty, boundary values)
- Error handling completeness
- Type safety violations