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 ページを確認してインストールできます。
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
SOC 職業分類に基づく
| 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