code-review
Installation
SKILL.md
Run a code review.
Modes
- Full (default): Review for quality, security, conventions, simplicity, and best practices
- Fast: Review for quality and simplicity only
- Performance: Focus on performance optimization
Process
-
Identify context:
- If code changes are involved: run
jj diff -sfirst to see changed files; then usejj diff -- pathto restrict to specific files/directories - If the user specified specific files or paths, focus on those
- If code changes are involved: run
-
Determine mode based on user request (default to Full)
-
Review the code: