code-review
Installation
SKILL.md
Code review
Quick start
If the user has not provided a file or diff, ask:
"Please share the code you'd like reviewed — paste it directly, upload a file, or provide a git diff."
This is a first-pass, language-agnostic review. It surfaces issues common across all languages before any in-depth language-specific analysis.
Input handling
| Input type | How to handle |
|---|---|
| Single file | Review the full file |
| Git diff (one or more hunks) | Review changed lines and their surrounding context |
| Ambiguous reference (e.g. call to external method) | Explore the repo only as needed to verify whether the reference exists and what it does; do not read files unrelated to the finding |