ワンクリックで
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: