What problem does it solve?
Teams often ship infrastructure and deployment configurations that miss critical checks like pinned image tags, health probes, rollback plans, or secret management, leading to outages and security gaps. This Skill provides a consolidated checklist of DevOps best practices so reviews and designs stay consistent.
Core Features & Use Cases
- Deployment & Release Guidance: Covers rolling, blue-green, and canary strategies plus rollback commands for Kubernetes, Vercel, and Docker.
- Container & Orchestration Rules: Enforces pinned base images, multi-stage builds, non-root users, and Kubernetes startup/readiness/liveness probes.
- Production Readiness Checklists: Validates health endpoints, graceful shutdown, feature flags, secrets handling, TLS, and security headers before launch.
- Use Case: Before merging a pull request that adds a new microservice, ask the AI to review the Dockerfile, CI pipeline, and Kubernetes manifests against these guidelines to catch missing health checks or unpinned images.
Quick Start
Review my Dockerfile, CI pipeline, and Kubernetes deployment manifests against the DevOps guidelines and list any violations.