|
@@ -58,7 +58,7 @@ $ARGUMENTS
|
|
|
โ
|
|
โ
|
|
|
โโโ Step 6: Integration
|
|
โโโ Step 6: Integration
|
|
|
โโ Auto-create TodoWrite for CRITICAL issues
|
|
โโ Auto-create TodoWrite for CRITICAL issues
|
|
|
- โโ Link to /saveplan for tracking
|
|
|
|
|
|
|
+ โโ Link to /plan --save for tracking
|
|
|
โโ Suggest follow-up: /test, /explain
|
|
โโ Suggest follow-up: /test, /explain
|
|
|
```
|
|
```
|
|
|
|
|
|
|
@@ -260,7 +260,7 @@ The expert produces a structured review:
|
|
|
|
|
|
|
|
- Run `/test src/auth/` to verify security fix
|
|
- Run `/test src/auth/` to verify security fix
|
|
|
- Run `/explain src/auth/login.ts` for deeper understanding
|
|
- Run `/explain src/auth/login.ts` for deeper understanding
|
|
|
-- Use `/saveplan` to track these issues
|
|
|
|
|
|
|
+- Use `/plan --save` to track these issues
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### Step 6: Integration
|
|
### Step 6: Integration
|
|
@@ -278,7 +278,7 @@ TodoWrite:
|
|
|
**Link to session management:**
|
|
**Link to session management:**
|
|
|
```
|
|
```
|
|
|
Issues have been added to your task list.
|
|
Issues have been added to your task list.
|
|
|
-Run /saveplan to persist before ending session.
|
|
|
|
|
|
|
+Run /plan --save to persist before ending session.
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Severity System
|
|
## Severity System
|
|
@@ -423,7 +423,7 @@ command -v delta >/dev/null 2>&1 && git diff --cached | delta || git diff --cach
|
|
|
|---------|--------------|
|
|
|---------|--------------|
|
|
|
| `/explain` | Deep dive into flagged code |
|
|
| `/explain` | Deep dive into flagged code |
|
|
|
| `/test` | Generate tests for issues found |
|
|
| `/test` | Generate tests for issues found |
|
|
|
-| `/saveplan` | Persist review findings to session state |
|
|
|
|
|
|
|
+| `/plan --save` | Persist review findings to session state |
|
|
|
| `/plan` | Add review findings to project plan |
|
|
| `/plan` | Add review findings to project plan |
|
|
|
|
|
|
|
|
## Workflow Examples
|
|
## Workflow Examples
|
|
@@ -441,7 +441,7 @@ git commit -m "feat: add user auth"
|
|
|
/review --pr 123 --thorough
|
|
/review --pr 123 --thorough
|
|
|
# Creates TodoWrite tasks for critical issues
|
|
# Creates TodoWrite tasks for critical issues
|
|
|
# Fix issues...
|
|
# Fix issues...
|
|
|
-/saveplan "Addressed review findings"
|
|
|
|
|
|
|
+/plan --save "Addressed review findings"
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### Security Audit
|
|
### Security Audit
|
|
@@ -455,6 +455,6 @@ git commit -m "feat: add user auth"
|
|
|
- Reviews are suggestions, not absolute rules
|
|
- Reviews are suggestions, not absolute rules
|
|
|
- Context matters - some "issues" may be intentional
|
|
- Context matters - some "issues" may be intentional
|
|
|
- CRITICAL issues are auto-added to TodoWrite
|
|
- CRITICAL issues are auto-added to TodoWrite
|
|
|
-- Use `/saveplan` to persist review tasks across sessions
|
|
|
|
|
|
|
+- Use `/plan --save` to persist review tasks across sessions
|
|
|
- Expert agents provide framework-specific insights
|
|
- Expert agents provide framework-specific insights
|
|
|
- Respects project conventions from AGENTS.md
|
|
- Respects project conventions from AGENTS.md
|