Deployment protection
Skill JimmyBlanquet/project-forge/skills/cicd/deployment-protection
3-layer deployment protection with local hooks, CI validation, and deployment gatekeeper.From its SKILL.md
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.
SKILL.md
1.0 KB, 215 tokens by cl100k_base, 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
What ships with it: 5 files
5.7 KB alongside SKILL.md, 2 of them executable
files/
- .husky/pre-commit423 B
- .husky/pre-pushruns2.8 KB
- .husky/pre-push-verify-deployment1.9 KB
- install.shruns462 B
- README.md187 B