code-review
Installation
SKILL.md
Code Review
Comprehensive, stack-aware code review skill that automatically detects what languages/frameworks are in scope and routes to appropriate review logic.
Review Modes
This skill operates in three modes based on what you provide:
| Mode | Trigger | How to Invoke |
|---|---|---|
| Git Diff | git diff available |
Default when reviewing PRs/changes |
| File Review | Specific files | "Review app/models/user.rb and app/controllers/" |
| Snippet Review | Code provided directly | "Review this code: def foo; end" |