Code quality review and feedback
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devOptional - specific file or component to reviewInvoke the reviewer agent to perform code quality review and provide feedback.
Invoke the reviewer agent with optional focus area from user.
ARGUMENTS: {{ARGUMENTS}}
Use the Task tool to invoke the reviewer agent with subagent_type="reviewer" and provide any specific focus from ARGUMENTS (or review recent changes if no argument provided).
The reviewer agent will:
Time: 2-3 minutes (vs 20-30 min full pipeline)
/review
/review src/auth/jwt.py
/review recent authentication changes
The reviewer provides:
Use /review when you need:
The reviewer checks:
After review, you can:
/security-scan for vulnerabilities/update-docs if API changed| Command | Time | What It Does |
|---|---|---|
/implement | 5-10 min | Code implementation |
/review | 2-3 min | Code quality review (this command) |
/security-scan | 1-2 min | Security vulnerability scan |
/update-docs | 1-2 min | Documentation sync |
/auto-implement | 20-30 min | Full pipeline (research → plan → test → implement → review → security → docs) |
This command invokes the reviewer agent with:
Part of: Individual agent commands (GitHub #44)
Related: /implement, /security-scan, /update-docs