返回 Skill 列表
extension
分类: 开发与工程无需 API Key

function-docstrings

为函数编写简洁的文档字符串。当初级开发人员需要帮助描述输入、输出和错误时使用。

person作者: jakexiaohubgithub

Function Docstrings

Purpose

Write concise docstrings for functions.

Inputs to request

  • Function signature and behavior.
  • Edge cases or error conditions.
  • Project docstring style guide.

Workflow

  1. Describe purpose in one sentence.
  2. List parameters with types and meaning.
  3. State return value and error conditions.

Output

  • Docstring block in project style.

Quality bar

  • Keep wording precise and minimal.
  • Match the project formatting style.