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