Loading...
Loading...
Performs pre-deployment checks ensuring code quality and environment readiness. Use when the user mentions deploying, shipping, or production releases.
npx skill4agent add roelofvheeren/elvison-os guarding-deploymentsproductionstagingnpm testscripts/check-env.sh# Run linting
npm run lint
# Run unit tests
npm test./scripts/check-env.sh .env.production DB_URL API_KEY