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

config-file-explainer

解释一个配置文件及其关键选项。当一个初级开发人员对配置文件感到困惑时使用。

person作者: jakexiaohubgithub

Config File Explainer

Purpose

Explain a configuration file and its key options.

Inputs to request

  • The config file content and file path.
  • Target environment or runtime.
  • Which behavior needs changing.

Workflow

  1. Summarize the file purpose and major sections.
  2. Explain the top options and default values.
  3. Point out which options are safe to change.

Output

  • Annotated config summary.

Quality bar

  • Call out risky settings explicitly.
  • Keep explanations tied to real outcomes.