name: forge-quick description: Quick-fix mode for small targeted changes
/forge-quick
Make a small, targeted change without full pipeline orchestration.
Procedure
- Parse
$ARGUMENTSas the change description - Identify affected files (1-3 max)
- Invoke the quick agent with the change request
- Run tests and lint after completion
- If change is too large, suggest using
/forge-executeinstead