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.