code-review
Installation
SKILL.md
Code Review
Run automated code review using cubic review with amp review as fallback.
When to Use
- Review code changes before committing
- Check PR quality
- Analyze code for issues
- Any request to "review code", "run code review", or "check quality"
Workflow
1. Check What to Review
Review staged changes:
git diff --staged --stat