fixlisted
Install: claude install-skill austinmao/feature-fix-swarm
# /fix — Investigate, then fix via feature-implement --adhoc
## Host dispatch contract
- Codex: `$skill`, Codex collaboration roles, and GPT-5.6 tiers.
- Claude: `/skill`, Agent/Skill tools, and Claude aliases.
- A bare `/skill` in this shared source denotes the Claude form; Codex dispatches the same named skill as `$skill`.
One command. Takes a bug description or symptom, traces root cause, then hands the
fix to `/feature-implement --adhoc` — the ONE home for walls (model-fallback,
security fence, preflight/grant checks), the gsd execution loop, the finish tail
(review-gate → grant-walled ship), and the delegation report. This skill owns only
the investigation and the fix-specific QA loop.
## When to invoke
- User reports a bug: "auth redirect is broken", "the form doesn't submit", "500 on /api/foo"
- Claude discovers a bug during QA or code review
- After `/qa` or `/qa-only` reports failures that need fixing
## Flags
| Flag | Effect |
|---|---|
| `--interactive` | Restore manual gates between phases. Default = non-interactive. |
| `--autonomous` | Pass through to `/feature-implement --adhoc --autonomous` (fail-closed walls: fresh preflight + grant ledger required). |
| `--no-finish` | Pass through — skip the finish tail (review-gate/ship). **Operator-accepted-risk**; provably minimal blast radius only. Replaces v3.x `--no-review-gate`/`--no-audit` (retired). |
## Workflow
Cross-session coordination (spec-009) is inherited, not re-implemented: the
execute step route