What problem does it solve?
This Skill provides thorough pre-deployment validation for GitLab stack projects, helping teams detect structure, environment, secrets, Docker, and ownership issues before they reach production, saving time and reducing deployment risk.
Core Features & Use Cases
- Comprehensive Validation: 8 categories covering stack configuration and readiness checks
- Environment Variable Synchronization: Ensures .env and .env.example are aligned for reliable deployments
- Secrets Security: Verifies secrets are isolated in ./secrets and not exposed in git or env files
- Docker Best Practices: Leverages docker-validation checks for container configurations
- Detailed Reporting: Actionable findings with severity levels to guide remediation
- Integration Ready: Works with companion skills like stack-creator and secrets-manager for fixes
Quick Start
In your stack project directory, run: claude "validate this stack" to generate a report, or provide a path to a stack directory to validate.