|
# Workflow: /review
<meta>
<trigger>/review</trigger>
<description>Performs an adaptive, context-aware code review based on the project settings.</description>
</meta>
## Step 1 — Scope Definition
Identification of files to be reviewed (current files, git diff, or specific paths).
## Step 2 — Adaptive Analysis
Review based on project context (Workspace MD):
- **Quality**: Readability and logic simplification.
- **Security**: Detection of exposed secrets and vulnerabilities.
- **Performance**: Identifying unnecessary re-renders and inefficient queries.
- **Architecture**: Validating coupling and separation of responsibilities.
## Step 3 — Senior Report
Structured delivery: what's good, what **must** change (blockers), and improvement suggestions, finishing with an educational learning point.