Deploy validate
Pre-deployment validation with environment config, dependencies, DB migrations, and API compatibility checksFrom its SKILL.md
npx -y skills add manastalukdar/ai-devstudio --skill deploy-validateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 132 tokens by cl100k_base, as published. Nobody here has run it
Deployment Validation
I'll perform comprehensive pre-deployment validation to catch issues before they reach production.
Validation Checks:
- Environment configuration
- Dependency verification
- Database migration status
- API compatibility
- Build artifacts
- Security checks
Token Optimization
Expected range: 400–1,500 tokens (initial), 100 tokens (critical failure)
Caching: Caches environment config in .claude/cache/deploy/environment.json for 7 days.
Early exit: Returns immediately on critical validation failures before running remaining checks.
Patterns used: Grep-before-Read, early exit, progressive disclosure, caching
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.