Skill Claude CodeCodex
Validate Kubernetes rollout behavior. Use when validating Deployment/StatefulSet rollout, readiness and liveness probes, or autoscaling behavior.
Skill Claude CodeCodex
Validate Kubernetes rollout behavior. Use when validating Deployment/StatefulSet rollout, readiness and liveness probes, or autoscaling behavior.
Skill Claude CodeCodex
Validate logs, metrics, and traces emitted by the deployed application. Use when validating log schema, Prometheus metrics, or OpenTelemetry traces.
Skill Claude CodeCodex
Validate pipeline behavior under failure conditions. Use when simulating test failures, SAST failures, build failures, validating no GitOps update occurs, or checking error propagation.
Skill Claude CodeCodex
Ensure invalid manifests never reach GitOps or the cluster. Use when simulating invalid Kustomize overlays, invalid Helm templates, or validating pipeline rejection.
Skill Claude CodeCodex
Validate that pipeline failures stop deployment safely. Use when simulating unit test failures, integration test failures, SAST failures, or validating pipeline abort behavior.
Skill Claude CodeCodex
Validate the full pipeline success path from commit to deployment. Use when triggering a full CI pipeline run, validating build artifacts, GitOps update, reconciliation, deployment, or running smoke tests.
Skill Claude CodeCodex
Validate that the CI pipeline executes all required stages correctly. Use when validating type-check, lint, SAST, build, test, and release stages, or validating artifact generation.
Skill Claude CodeCodex
Validate that the deployed application is healthy and functional. Use when running API smoke tests, validating health endpoints, or checking rollout status.
Skill Claude CodeCodex
Validate rollback behavior under deployment failure. Use when triggering failed deployment, validating rollback, validating GitOps state consistency, or checking cluster state consistency.
Skill Claude CodeCodex
Validate that the cluster and GitOps repo return to a consistent state after rollback. Use when validating GitOps commit history, cluster state, or checking no drift.
Skill Claude CodeCodex
Trigger a controlled deployment failure to test rollback behavior. Use when injecting invalid manifests, injecting failing health checks, or validating rollback trigger.
Skill Claude CodeCodex
Validate the entire OBS + PIPE + GitOps + K8s flow end-to-end. Use when running full pipeline, validating GitOps update, reconciliation, deployment, or smoke tests.