review
Installation
SKILL.md
User request: $ARGUMENTS
Orchestrate comprehensive code review by running specialized review skills and consolidating findings.
Flags:
--autonomous→ no user prompts, run all applicable reviews, return consolidated report--skip <types>→ skip specific review types (comma-separated: bugs, types, maintainability, simplicity, testability, coverage, docs, agents-md)--only <types>→ run only specific review types
Output: Consolidated review report to user.
Phase 1: Setup
1.1 Determine Scope
Priority order for scope:
- User specifies files/directories in $ARGUMENTS → use those
- Otherwise → diff against
origin/mainororigin/master - No changes found → ask user what to review