Deployment protection
Skill JimmyBlanquet/project-forge/skills/cicd/deployment-protection
SaaS factory: Next.js starters + spec-kit extensions + Ralph++ autonomous loop. Production-ready in 48h.
npx -y skills add JimmyBlanquet/project-forge --skill deployment-protectionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
3-layer deployment protection with local hooks, CI validation, and deployment gatekeeper.
SKILL.md
1.0 KB, as published. Nobody here has run it
CI/CD Deployment Protection Skill
Version: 1.0.0 | Category: CI/CD | Production-ready: โ
Description
3-layer deployment protection: Local hooks + CI validation + Deployment gatekeeper.
Features
- ๐ Pre-push hooks (husky)
- โ CI validation gates
- ๐ก๏ธ Deployment gatekeeper
- ๐ซ Blocks untested deployments
- ๐ Commit marker validation
Installation
cd skills/cicd/deployment-protection && bash install.sh
Protection Layers
- Local (.husky/pre-push) - Blocks invalid branches
- CI (GitHub Actions) - Validates tests pass
- Deploy (Vercel/Railway) - Blocks if CI failed
Tip: Use
/loop 5min Claude Code to poll deployment status at regular intervals, e.g. to monitor CI gates or deployment health after a push.
Extracted from: internal production SaaS