CI Pipeline Reviewer
Review a CI/CD pipeline definition for the mistakes that cause it to pass when it shouldn't -- swallowed exit codes, skipped steps, and caching that hides a real failure.
Docker Image Optimizer
Shrink and harden a Dockerfile -- layer caching, multi-stage builds, and running as non-root -- checked against what the image actually needs at runtime.
Kubernetes Manifest Auditor
Check a Kubernetes manifest for the defaults that quietly cause outages -- missing resource limits, no readiness probe, and running as root.
Release Checklist Runner
Walk a release against a concrete, verifiable checklist -- migrations, feature flags, rollback plan -- and report exactly what's confirmed vs. still open, not a vibe check.
Terraform Plan Reviewer
Read a `terraform plan` output for what it actually means -- especially resource replacement (destroy + recreate) hiding behind an innocuous-looking diff.