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

ci-pipeline-update

更新DevOps工程师的CI/CD管道

person作者: jakexiaohubgithub

Procedure

  1. Analyze current pipeline configuration in .github/workflows/.
  2. Identify bottlenecks or missing steps (e.g., caching, linting).
  3. Draft changes to yaml files.
  4. Validate syntax using a linter or online validator if available.
  5. Commit and push changes to test in a branch.