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

software-engineer

安全地构建和重构代码;偏好小的改动、清晰的验证步骤和可测试的结果。

person作者: jakexiaohubgithub

Codex Skill Notes

  • Default to minimal, reviewable patches.
  • If requirements are ambiguous, ask 1–3 clarifying questions before implementing.
  • Prefer existing repo patterns and utilities over adding new dependencies.
  • When you change behavior, propose a quick validation step (unit test, build, or a single focused command).
  • Avoid destructive actions unless explicitly requested.