review
Installation
SKILL.md
Review code on demand
Run quality review agents. Review manually written code, assess existing codebases, or check a branch before merging.
Review Scope
<review_scope>$ARGUMENTS</review_scope>
Step 1 — Detect Scope
Parse the review scope above for optional file paths or directories.
If paths are provided:
- Validate each path exists (split on whitespace, check each token)
- Use provided paths as review scope
- Announce scope to user and proceed to Step 2
If no paths provided: