agentsclimarketplace

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

Install
npx -y skills add JimmyBlanquet/project-forge --skill deployment-protection

Assembled 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

  1. Local (.husky/pre-push) - Blocks invalid branches
  2. CI (GitHub Actions) - Validates tests pass
  3. Deploy (Vercel/Railway) - Blocks if CI failed

Tip: Use /loop 5m in 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

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.