一键导入
review-docs
Review documentation quality and consistency. Use when user wants to review docs/website documentation, or after documentation changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review documentation quality and consistency. Use when user wants to review docs/website documentation, or after documentation changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create a GitHub proposal issue with spec-level brainstorming. Use when the user wants to file a new proposal (enhancement) issue.
Use when starting work on a GitHub Issue to fetch issue content and begin brainstorming. Triggers on issue URL or number input.
Create or update a GitHub pull request using the project's PR template. Use when the user wants to open a PR for the current branch.
Sync API documentation with implementation. Use when files in crates/homunculus_http_server/src/** or sdk/typescript/src/** have changed, or when user requests documentation updates.
基于 SOC 职业分类
| name | review-docs |
| description | Review documentation quality and consistency. Use when user wants to review docs/website documentation, or after documentation changes. |
Review docs/website/ documentation from 4 perspectives in parallel and output a findings report.
docs/website/docs/reference/api/** (auto-generated from OpenAPI).docs/website/node_modules/**, build/**, .docusaurus/**.Read all 4 reviewer prompt files:
.claude/skills/review-docs/reviewers/code-consistency-reviewer.md.claude/skills/review-docs/reviewers/structure-reviewer.md.claude/skills/review-docs/reviewers/writing-quality-reviewer.md.claude/skills/review-docs/reviewers/i18n-sync-reviewer.mdLaunch all 4 agents in a single message using the Agent tool (one tool call per reviewer). Pass each reviewer's prompt file content as the agent's prompt. Use description values:
After all agents return:
[D-{CODE}-NNN] {Severity} | {file} | {description}Check for existing reports with today's date:
docs/reviews/YYYY-MM-DD-docs-review.md exists, append -2, -3, etc.Write the report using this template:
# Documentation Review Report
> Date: {YYYY-MM-DD}
> Target: `docs/website/docs/` (excluding `reference/api/`)
## Summary
| Perspective | Critical | Major | Minor |
|-------------|----------|-------|-------|
| Code Consistency | {n} | {n} | {n} |
| Structure | {n} | {n} | {n} |
| Writing Quality | {n} | {n} | {n} |
| i18n Sync | {n} | {n} | {n} |
## Findings
### Critical
- [ ] [D-{CODE}-NNN] **Critical** | `{Perspective}` | `{doc file path}` | {Description}
> Evidence: {details}
> Source: `{source code path:line}` (CC only)
### Major
- [ ] [D-{CODE}-NNN] **Major** | `{Perspective}` | `{doc file path}` | {Description}
> Evidence: {details}
> Source: `{source code path:line}` (CC only)
### Minor
- [ ] [D-{CODE}-NNN] **Minor** | `{Perspective}` | `{doc file path}` | {Description}
> Evidence: {details}
## Top Recommendations
1. **[D-{CODE}-NNN]** — {action summary}
---
*Generated by Documentation Review | {YYYY-MM-DD}*
Tell the user the report path and a brief summary of finding counts.