feat: update review commands to use review-cycle-fix for automated fixing

This commit is contained in:
catlog22
2026-01-28 20:24:59 +08:00
parent 0cc5101c0e
commit 152cab2b7e
6 changed files with 33 additions and 33 deletions

View File

@@ -764,8 +764,8 @@ After completing a module review, use the generated findings JSON for automated
/workflow:review-module-cycle src/auth/**
# Step 2: Run automated fixes using dimension findings
/workflow:review-fix .workflow/active/WFS-{session-id}/.review/
/workflow:review-cycle-fix .workflow/active/WFS-{session-id}/.review/
```
See `/workflow:review-fix` for automated fixing with smart grouping, parallel execution, and test verification.
See `/workflow:review-cycle-fix` for automated fixing with smart grouping, parallel execution, and test verification.