ワンクリックで
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.