docs-project/SKILL.md
以 repo 程式碼為唯一依據,維護標準化的 docs/features/、docs/architecture/、docs/principles/ 文檔, 並清理已失效或重複的舊文檔。每條文檔記述必須可追溯至實際程式碼證據。
npx skillsauth add laitszkin/apollo-toolkit docs-projectInstall 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.
以整個生產 repo 為唯一依據,建立或維護標準化的 docs/features/、docs/architecture/、docs/principles/ 文檔。
清理已失效或重複的舊文檔。
完成後同步刷新根目錄約束文件。
docs/features/、docs/architecture/、docs/principles/ 文檔[INFERRED]AGENTS.md / CLAUDE.md 已被同步更新閱讀項目現有文檔,建立對 repo 的基線認知,制定後續閱讀策略。
按照上一步建立的閱讀策略,全面搜索整個 repo,驗證並確保現有項目文檔的描述正確、無遺漏。 如果外部環境存在 subagents 功能,建議通過並行調度 subagents 完成對 repo 的閱讀。
根據上一步發現的文檔遺漏或脫節之處,制定文檔更新策略。
閱讀模板文檔;使用模板規定的格式重寫所有項目文檔。
移除舊有說明文檔(必要文檔如 CHANGELOG.md、CONTRIBUTION.md 除外)。
完成初始文檔後,在 docs/README.md 中記錄以下維護指引:
[INFERRED] 而非偽造。git diff 識別變更範圍,再決定哪些 .md 檔案需要更新。assets/templates/standardized-docs-template.md - 三類文檔的目標結構、分類規則與清理檢查表。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。