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

env-patterns

环境/配置约定(环境变量、默认值、验证、CI/本地差异)。在添加配置或诊断与环境相关的故障时使用。

person作者: jakexiaohubgithub

Env Patterns

When to use

Use this when the task mentions:

  • environment variables, config loading, .env, defaults
  • “works locally but not in CI”
  • AWS env vars (AWS_REGION, AWS_PROFILE) or other runtime configuration

Canonical repo doc

Read your repo’s environment/config conventions doc (commonly docs/env-patterns.md).