skills/implement/SKILL.md
Executes PROMPT.md (from the plan skill) as the implementation coordinator. The coordinator reads the plan, dispatches workers, verifies batch gates, and manages the execution flow — it does not write implementation code itself.
npx skillsauth add laitszkin/apollo-toolkit implementInstall 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 PROMPT.md in full — batch schedule, worker prompt paths, verification gates, and rules.
For each batch in order:
After each batch, run its verification gate. If it fails, retry once. If still failing, report to the user.
For each completed worker, check: were the right files modified? Did verification pass? Any blocking concerns? If a worker reports a blocking issue, determine whether subsequent workers in the batch can still proceed.
Since workers share the working tree, a merge conflict means upstream overlap detection missed something. Read both sides, merge preserving both changes, re-verify. Flag the incomplete detection.
Run the final verification gate. Commit with the commit skill. Report: completed batches, verification results, any worker failures or conflicts, 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。