一键导入
google-docstring-assistant
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Inspect a repository and draft an AGENTS.md file using the standard template, capturing commands, structure, and workflow rules.
Perform structured, actionable code reviews for Python code with clear findings and suggestions.
Add purposeful debug logging to improve observability without changing behavior.
Run the project's formatter, linters, and mypy checks in the required order, fixing issues and managing any needed stub dependencies via uv.
Generate high-quality conventional git commit messages and, with user approval, run the commit. Use when drafting or refining commit messages, validating commit quality, or committing staged work while avoiding noisy histories.
Write focused pytest tests as standalone functions (one test per function), avoiding test classes.
基于 SOC 职业分类
| name | google-docstring-assistant |
| description | Write Python docstrings following the Google Python Style Guide, using clear sections and examples. |
Examples blocks with literal blocks (::) for commands or code snippets.Attributes or inline), and list TODOs in a Todo section.references/google_docstring_rules.md for full guidance and examples.Choose sections
Args, Returns, and Raises as needed.Attributes and Todo when relevant; keep formatting consistent.Write clearly
Examples and scripts
Examples: with indented literal blocks for shell commands or code snippets.references/google_docstring_rules.md: full style description and examples.