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