一键导入
infra-kit-workflow-verify
Standardize post-change verification and “definition of done” evidence for infra work (IaC/Helm/GitHub/Kubernetes).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardize post-change verification and “definition of done” evidence for infra work (IaC/Helm/GitHub/Kubernetes).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | infra-kit.workflow.verify |
| description | Standardize post-change verification and “definition of done” evidence for infra work (IaC/Helm/GitHub/Kubernetes). |
Use this skill after implementing changes (or before marking a ticket “done”) to produce a clear, repeatable verification record.
This skill is cross-cutting: it applies regardless of whether the change was Terraform/Terragrunt, Helm, GitHub Actions, or a Kubernetes rollout.
infra-kit.workflow.audit (or as part of the final readiness gate).implementation-notes.md and to complete plan.md Verification with real outputs.docs/infras-kit/work-items/<id>-<slug>/implementation-notes.mdverification.md in the same folder when the evidence is large.ticket.mdplan.mdterraform fmt/validate/plan or terragrunt validate/planhelm lint, helm template, schema validation (kubeconform), dry-run apply when safeactionlint when available; confirm permissions and triggers by inspectionkubectl get/describe/logs evidence (read-only first)Write the following (at minimum) into implementation-notes.md or verification.md:
Design infrastructure changes with explicit requirements, SLOs, security controls, rollout safety, and operational ownership.
Make infra PRs reviewable: PR readiness checklist, traceability to ticket, and how to respond to review feedback.
Turn an infra ticket into a lightweight spec, implementation plan, task list, and implementation notes (with optional Confluence-ready output).
Create, review, standardize, or troubleshoot GitHub repository and CI/CD assets (CODEOWNERS, templates, branch protection guidance, and GitHub Actions workflows).
Create, review, validate, refactor, or troubleshoot Helm charts, values.yaml files, templates, helpers, releases, and Kubernetes deployment defaults.
Create, review, validate, refactor, or troubleshoot Infrastructure-as-Code using Terraform and/or Terragrunt (modules, stacks, layouts, remote state, dependency wiring).