# Cicd Pipeline Hardening

> Hardens CI/CD pipelines with quality gates, security checks, deployment safety, and rollback readiness. Use when creating or improving build and release pipelines.

- Skill: `jaypalsolanki/cicd-pipeline-hardening` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaypalsolanki/cicd-pipeline-hardening`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaypalsolanki/cicd-pipeline-hardening/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: jaypalsolanki (https://skillmd.com/u/jaypalsolanki)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jaypalsolanki/cicd-pipeline-hardening

---


# CI/CD Pipeline Hardening

## Workflow

1. Review current pipeline stages and branch/release strategy.
2. Enforce compile, test, lint, and static security checks.
3. Add artifact traceability, SBOM/signing, and deployment approvals.
4. Validate environment promotion and rollback controls.
5. Produce prioritized hardening backlog.

## Output template

```md
## Pipeline gaps
- High risk:
- Medium risk:

## Hardening backlog
1.
2.
```

