원클릭으로
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 직업 분류 기준
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).
| 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: