generate-docs
스타16
포크12
업데이트2026년 4월 15일 08:09
Generate or improve documentation for code, modules, or APIs.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Generate or improve documentation for code, modules, or APIs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze a project structure, architecture, and likely extension points.
Review code changes for correctness, maintainability, security, and clarity.
Help with Git workflows, command selection, and repository status interpretation.
| name | generate_docs |
| description | Generate or improve documentation for code, modules, or APIs. |
| when_to_use | Use when the user asks for docstrings, README text, API docs, or documentation cleanup. |
| allowed-tools | read_file, write_file |
| arguments | ["target"] |
| argument-hint | <file-or-symbol> |
Generate documentation for the requested target.
Target: $ARGUMENTS
Prefer concise, accurate documentation that matches the existing code. Do not invent behavior that is not present in the source.