doc-writer
Write and update technical documentation including API docs, README files, architecture decision records, and inline code comments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write and update technical documentation including API docs, README files, architecture decision records, and inline code comments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | doc-writer |
| description | Write and update technical documentation including API docs, README files, architecture decision records, and inline code comments. |
Technical documentation for developers: API docs, READMEs, ADRs, and inline comments.
Write API documentation for src/api/users.go
Format: OpenAPI 3.0
Include: all exported handlers, request/response schemas, error codes
Update README.md to reflect the new --json flag added in v2.0
Keep existing sections, add to Quick Start
Write an ADR for: switching from REST to GraphQL for the mobile API
Include: context, decision, consequences
Write, optimize, and debug SQL queries. Analyze query plans, suggest indexes, and translate between SQL dialects.
Generate changelogs from git history using conventional commits. Produces Keep a Changelog format entries grouped by type and version.
Perform thorough code reviews focusing on correctness, security, performance, and maintainability. Provide actionable feedback with specific line references and suggested fixes.
Guide safe, incremental refactoring of existing code. Identify refactoring opportunities, suggest patterns, and ensure behavior is preserved through the process.
Inspect Figma designs, extract tokens, generate component code, and sync design decisions to your codebase.
Manage GitHub issues, pull requests, milestones, and projects. Create, update, label, and query issues across repositories.