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