skills/fix/SKILL.md
Executes FIX.md (from the qa skill) as the fix coordinator. The coordinator reads the fix plan, dispatches fix workers and regression test workers, verifies batch gates, and manages the execution flow — it does not write or fix code itself.
npx skillsauth add laitszkin/apollo-toolkit fixInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read FIX.md in full — issue inventory, fix worker paths, regression test paths, batch schedule, verification gates, and rules.
For each fix batch in order:
After each batch, run its verification gate (fix does not break existing tests). If it fails, retry once. Report persistent failures.
After all fix batches pass, execute regression test batches. For each test:
For each worker result: check files modified stay within scope, verification passed, and no blocking concerns. For regression tests: confirm the oracle is valid (test detects the bug).
A merge conflict means overlap detection missed something. Read both sides, merge preserving both intentions, re-verify. Flag the gap.
Run the final verification gate (full test suite, lint, all issues resolved). Commit with the commit skill. Report: fixed issues, verification results, any failures, and residual risks.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。