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`.
## Init gate
Before any other step, run the advisory init guard and relay its output
verbatim:
```bash
bash "$(git rev-parse --show-toplevel)/scripts/gsd/init-guard.sh" || true
```
If it printed `INIT-GUARD:` warnings, offer `/ffs-init` before proceeding in
interactive sessions (declining proceeds anyway); headless, spawned, and
autonomous runs relay the warnings once and continue. Advisory only — never
a block, never an exit-code change.
At entry, make one opportunistic, fail-soft `bash scripts/gsd/reconcile.sh` pass; never block on its result.
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
| F