Fast code review fix workflow. Panel Todo tracking, direct implementation allowed. For iterative sprint fixes.
Purpose: Fast path for code review fixes tracked in Panel Todo. Designed for iterative sprint work where full agent overhead is unnecessary.
Key Characteristics:
Appropriate for:
/panel-review findings)/quick-fix limitsNOT appropriate for:
/dev)/refactor/fix with full audit trail)panelTodo_getIssue(key="PT-xxx")
Read relevant files, understand the root cause, determine the fix.
Fix the code directly or invoke agents if the change is complex:
Mark the Panel Todo issue as done:
panelTodo_completeIssue(issueId="...")
Report: Done: [PT-xxx] [brief description] — Files changed: [list]
| Aspect | /quick-fix | /panel-fix | /fix |
|---|---|---|---|
| Scope | 1-2 files | Multi-file sprint work | Complex, needs investigation |
| Tracking | None | Panel Todo | Optional |
| Direct edits | Yes | Yes | No (agents only) |
| Agents | Optional | Optional | Required |