一键导入
documentation-creator
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert skill for analyzing and diagnosing issues from Jira, GitHub, and system logs.
Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy.
Analyzes code (local or remote) against Clean Code standards (Meaningful Names, Functions, Objects, Error Handling).
Identifies and suggests architectural design patterns (Creational, Structural, Behavioral) in local or remote code.
Analyzes the codebase (local or remote) for security vulnerabilities, weak coding patterns, and exposure of sensitive data.
Performs a comprehensive code review by analyzing local changes or remote pull requests against Clean Code, SOLID principles, Design Patterns, and Test Code standards.
| name | documentation-creator |
| description | Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase. |
| compatibility | Works with local Git repositories. |
| license | MIT |
| resources | ["templates/standards.md"] |
| metadata | {"author":"gemini-cli","triggers":{"keywords":["create:docs","create:documentation","generate:readme"]}} |
Use this skill to act as a Senior Technical Writer. It generates high-quality project documentation by analyzing the codebase and adhering to the documentation standards defined in the templates/standards.md file.
This skill is designed for Local Workflow only.
list_directory or glob to understand the layout of the project.ask_user tool.read_file to inspect entry points, main classes, and existing documentation or configuration files.README.md, ARCHITECTURE.md) based on the templates/standards.md.write_file tool to save the generated documentation to the disk at the appropriate paths.target_path (string, optional): Specific directory or file to document. Defaults to project root.doc_type (string, optional): The type of documentation to generate (e.g., 'readme', 'api', 'architecture'). Defaults to 'readme'.