What problem does it solve?
Many projects lack clarity about whether they can be safely containerized and deployed to Kubernetes or cloud platforms. This Skill eliminates guesswork by evaluating a repository against concrete cloud-native criteria, identifying blockers, and recommending or generating the missing Docker/Kubernetes artifacts.
Core Features & Use Cases
- Multi-dimension assessment that scores statelessness, config externalization, horizontal scalability, startup/shutdown, observability, and service boundaries (0-12).
- Artifact detection that inventories Dockerfiles, docker-compose, .dockerignore, CI build steps, and Kubernetes manifests and assesses their quality.
- Decision routing that either reports findings, suggests remediation, or invokes a dockerfile generator when appropriate; produces a structured readiness report for automation or manual review.
- Use Case: Use this Skill to evaluate a GitHub repository before deployment, determine whether to generate a Dockerfile automatically, and receive actionable remediation steps for production readiness.
Quick Start
Run cloud-native-readiness on the project path to generate a readiness report and, if suitable, invoke the dockerfile-skill to produce Docker configuration and deployment guidance.