ワンクリックで
repo-wiki
Use when documenting a new project, updating existing documentation, creating a comprehensive wiki from codebase analysis. Generates complete multi-page project wiki from actual codebase.
メニュー
Use when documenting a new project, updating existing documentation, creating a comprehensive wiki from codebase analysis. Generates complete multi-page project wiki from actual codebase.
| name | repo-wiki |
| description | Use when documenting a new project, updating existing documentation, creating a comprehensive wiki from codebase analysis. Generates complete multi-page project wiki from actual codebase. |
Generates complete multi-page Markdown wiki for the current repository. Output language matches query. Content must be based on actual code.
Core rules:
./.open_docsSee references/workflow.md for detailed 3-phase workflow.
Phase 1: Scaffold → Phase 2: Analyze → Phase 3: Fill
Run scaffold_open_docs.py to create .open_docs/ directory structure.
FETCH → FILTER → SUMMARIZE pipeline:
src/, lib/, cmd/)Write analysis results into scaffold files. Ensure navigation and details blocks are correct.
See references/page-types.md for adaptive page selection rules.
| Category | Pages |
|---|---|
| Mandatory (always) | Overview, Quick Start, Project Structure, Configuration, Usage, Development |
| Optional (when detected) | CLI Commands, API Reference, Installation, Troubleshooting, FAQ, Testing, Contributing |
| Conditional (when components exist) | Deployment, Architecture, Performance, Advanced Topics |
See references/wiki-template.md for full page structure and content guidance.
.open_docs/
index.md # Wiki index with ordered page list
01-overview.md
01-01-quick-start.md
02-project-structure.md
...
Use when designing REST or GraphQL endpoints, defining request/response schemas, or establishing API versioning and authentication conventions.
Use when writing end-to-end tests with Playwright, setting up Page Object Model, or configuring E2E test CI/CD with artifact management.
Use when building web components, pages, or visually distinctive interfaces where design quality matters as much as code quality.
Use when writing Go code, structuring packages, handling errors, managing concurrency, writing tests, or building deployable Go applications.
Use when reviewing contracts or legal documents for Chinese law risks. 中国法律风险审查专家,识别高危条款并提供修改建议。
Use when design document needs user review - auto-opens browser to render MD content