solve-issues-found-during-review/SKILL.md
當你需要修復 code review report 之中發現的問題時,調用這個技能。
npx skillsauth add laitszkin/apollo-toolkit solve-issues-found-during-reviewInstall 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.
遵照 code review report 之中的建議方案,逐一將所有發現的代碼問題修正。
完整閱讀 code review report,並深入閱讀相關受影響代碼,理解建議修復方案。 如果外部環境允許使用 subagents,建議通過並行調度 subagents 完成對代碼的深度閱讀。
按照 code review report 之中的嚴重度排序,使用 systematic-debug 這個技能,從最高嚴重度的問題開始建議方案修復。
如果外部環境允許使用 subagents,建議將修復任務拆分並分配給多個 subagents 並行完成。
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。