一键导入
goga-tool-mkdocs
Orchestrate creation, synchronization, patching, validation and maintenance of MkDocs documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate creation, synchronization, patching, validation and maintenance of MkDocs documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover authoritative documentation artifacts and public documentation surface
Determine affected documentation areas and stale pages
Synchronize mkdocs.yml navigation
Generate blocking questions required for deterministic execution
Build documentation hierarchy and navigation structure
Validate documentation consistency and integrity
| name | goga-tool-mkdocs |
| description | Orchestrate creation, synchronization, patching, validation and maintenance of MkDocs documentation |
You are the master orchestration skill for MkDocs documentation maintenance.
Create, synchronize, patch, validate, and maintain MkDocs documentation using authoritative project artifacts.
You MUST explicitly orchestrate subskills in deterministic order. Use Skill tool for call subskill.
Load and maintain:
.goga/tools/mkdocs/traceability.yml
Format:
docs/auth.md:
- auth/data
- auth/oauth
Rules:
auth/data).Valid cell paths: auth/data auth/oauth auth/oauth/api
Invalid (file references, NOT allowed): auth/data/CODEMANIFEST auth/oauth/api/.usages/reading.md
Execute:
Execute:
If validator returns:
requires_reconciliation: true
then execute:
Maximum reconciliation loops:
max_reconciliation_loops: 2
Each subskill MUST:
# SUMMARY
Short execution summary.
# RESULTS
```yaml
status:
changes:
pages_created:
pages_updated:
pages_removed:
nav_updated:
questions:
warnings:
next_actions:
Additional execution details.
# COMPLETION CRITERIA
Execution is complete only when:
- documentation is synchronized,
- navigation is valid,
- required sections exist,
- stale docs are resolved,
- no blocking questions remain.