Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Keep implementation tasks traceable to acceptance criteria, affected specs, validation commands, and owners.
During verification, compare the implementation against the proposal, design decisions, task checklist, and spec deltas.
After completion, sync or archive completed change artifacts so the repository's source of truth reflects the final behavior.
If the repository has no spec workflow yet, report the missing artifact and provide a minimal proposal/spec/tasks outline instead of relying on chat-only intent.
Skill-Specific Review Scope
Terraform/OpenTofu, Kubernetes, Helm, Kustomize, Argo CD, Flux, and policy-as-code.
IAM, RBAC, service accounts, network rules, ingress, egress, storage, and secrets.
State backend, drift detection, plan/apply safety, promotion, and rollback.
Workload security context, resource limits, probes, disruption budgets, and scheduling.
Environment overlays and generated manifests.
Skill-Specific Checklist
Check Terraform plan or manifest diff for created, changed, replaced, or destroyed resources.
Check IAM/RBAC for wildcard actions, broad resources, admin roles, and privilege escalation.
Check network exposure, ingress, public IPs, security groups, and egress controls.
Check secret handling via secret managers, sealed secrets, external secrets, or unsafe literals.
Check state backend encryption, locking, access, and workspace/environment separation.
Check Kubernetes security context, root containers, capabilities, hostPath, privileged mode, and service accounts.
Check resource requests/limits, probes, PDBs, rollout strategy, and autoscaling.