document
Formalize the user's ideas into documentation — Mermaid diagrams, rustdoc, README, issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Formalize the user's ideas into documentation — Mermaid diagrams, rustdoc, README, issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Validate the user's design for a GitHub issue — challenge, formalize, and document
Create a well-formatted git commit following project conventions
Review a GitHub pull request for code quality, correctness, and test coverage
| name | document |
| description | Formalize the user's ideas into documentation — Mermaid diagrams, rustdoc, README, issues |
Take the user's ideas, designs, or code and produce formal documentation. Claude formalizes — Claude does not create from scratch.
$ARGUMENTS: What to document (e.g., middleware chain, #42, src/store.rs)Identify what the user wants documented:
gh issue viewChoose the appropriate output based on context:
Use the diagram type that best fits:
Generate /// doc comments for the user's traits, structs, and functions. Follow
existing patterns in the codebase.
Write sections for the project README: usage examples, architecture overview, API summary.
Structure issue descriptions following the project template (Context, Proposed Solution, Acceptance Criteria, Related Issues).
Present the documentation and WAIT for user feedback. Iterate as needed.
Once approved, apply the documentation:
gh issue edit <number> --body "..."Store<AppState> not just Store<S> when illustrating$ARGUMENTS