document
Formalize the user's ideas into documentation — Mermaid diagrams, rustdoc, README, issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Formalize the user's ideas into documentation — Mermaid diagrams, rustdoc, README, issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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