MUST use before any git push to main/master/production, or when user mentions 'deploy', 'going live', 'push to prod', 'ready to ship', 'merge to main', 'release'. Also trigger before any npm publish for CLI tools, or on 'audit', 'check vulnerabilities', 'are our deps safe?', 'npm audit', 'yarn audit'. Performs: test suite validation, dev-artifact scan (console.log, TODO/FIXME, hardcoded secrets like password: / token: / API keys), dependency audit (npm audit, pip-audit, bundle audit, cargo audit, govulncheck, etc.), build verification, ORM/schema safety check, auth-middleware coverage on new endpoints. Verdict: GO / NO-GO with per-check checklist.
$npx -y skills add faizkhairi/claude-code-blueprint --skill deploy-checkInstalls into the current project.
Run `npx skills use "https://github.com/faizkhairi/claude-code-blueprint" --skill "faizkhairi/claude-code-blueprint/deploy-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/faizkhairi/claude-code-blueprint" that are relevant to the current task. Run `npx skills add "https://github.com/faizkhairi/claude-code-blueprint"` and select the relevant skills, then follow their instructions.