From forge
Stop a running Forge autopilot. Use when the user runs /forge:autopilot-stop, says "stop autopilot", "cancel the autopilot", "halt the pipeline run", or "stop running the pipeline". Sets a stop flag the autopilot loop checks between stages, so it halts cleanly at the next stage boundary (the in-progress stage finishes; nothing is forced).
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:forge-autopilot-stopThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Requests a clean stop of an in-progress `/forge:autopilot` run. The flag is checked
Requests a clean stop of an in-progress /forge:autopilot run. The flag is checked
between stages, so the current stage finishes and the loop stops before the next one —
no work is interrupted mid-stage and no gate is forced.
/forge:autopilot-stop or asks to stop/cancel the autopilot run.python3 ${CLAUDE_PLUGIN_ROOT}/scripts/autopilot.py stop --cwd .
/forge:autopilot --resume (already-completed stages are
skipped via .forge/autopilot-runs.jsonl).stop_requested in .forge/autopilot-session.json;
the autopilot loop honors it on its next between-stages check. If no autopilot is
running, this is a harmless no-op.npx claudepluginhub tonmoy007/forge-pluginsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.