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.