# Design Safer Deployment Pipelines

Complex releases fail when pipelines lack clear controls, validation, observability, and rollback procedures. This skill designs practical CI/CD and GitOps workflows for reliable delivery.

## Install

```bash
npx skillstore add sickn33/deployment-engineer
```

## Metadata

- Status: approved
- Slug: sickn33-deployment-engineer
- Skillstore revision: r2
- Version status: missing
- Tree hash: 963e6d1449dc30ee975889742170ec1b59c2ee0efe03102a878c96145844e95c
- Author: sickn33
- GitHub username: sickn33
- License: MIT
- Repository: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/deployment-engineer
- Ref: f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Quality score: 78
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/sickn33-deployment-engineer
- Manifest: https://skillstore.pages.dev/api/skills/sickn33-deployment-engineer/manifest

## Capabilities

- Designs CI/CD stages with tests, security scans, approvals, and release gates.
- Recommends GitOps repository structures, promotion flows, and configuration management patterns.
- Plans rolling, blue-green, canary, and zero-downtime deployment strategies.
- Defines health checks, observability signals, rollback triggers, and incident procedures.
- Advises on container hardening, image scanning, signing, and supply chain controls.
- Creates deployment runbooks for multiple environments, Kubernetes platforms, and infrastructure workflows.

## Use Cases

- Standardize Release Pipelines: Create reusable stages, quality gates, approvals, and promotion rules across application teams.
- Plan Progressive Delivery: Define canary increments, health metrics, rollback thresholds, and operator decision points.
- Secure Container Releases: Add image scanning, signing, provenance, secret controls, and policy enforcement to delivery workflows.

## Prompt Templates

### Review a Deployment Process

```
Review this deployment process: [process]. Identify missing tests, approvals, monitoring, and rollback steps. Recommend a safer sequence.
```

### Design a CI/CD Pipeline

```
Design a CI/CD pipeline for [application] on [platform]. Include stages, gates, artifact handling, environment promotion, secrets, and rollback.
```

### Plan a Canary Release

```
Plan a canary deployment for [service]. Define traffic increments, success metrics, observation periods, stop conditions, rollback triggers, and approvals.
```

### Build an Enterprise GitOps Model

```
Design a GitOps operating model for [organization]. Cover repositories, tenancy, policy, secrets, promotion, drift, disaster recovery, and audit evidence.
```

## Limitations

- Cannot inspect live infrastructure, permissions, secrets, or deployment state without supplied evidence.
- Does not replace staging validation, security review, change approval, or platform owner sign-off.
- Recommendations require adaptation to the selected cloud, CI/CD platform, and organizational controls.
- Cannot guarantee zero downtime or rollback success without application-specific testing.

## Best Practices

- Provide the application architecture, target environments, compliance needs, and current release process.
- Define measurable success, failure, and rollback thresholds before selecting a deployment strategy.
- Validate recommendations in staging and preserve human approval for sensitive production changes.

## Anti Patterns

- Do not provide production secrets, private keys, tokens, or unredacted credentials.
- Do not apply generic pipeline advice without checking platform constraints and application behavior.
- Do not remove approvals or rollback controls solely to increase deployment speed.

## Security Audit

- Audited at: 2026-07-23T21:57:46.909\+00:00
- Summary: The single static finding is a false positive because the cited line advises against unsafe production rollouts. No prompt injection, malicious intent, or other semantic security issue was found.

## Stats

- Views: 111
- Downloads: 10
- Favorites: 0
- Popularity score: 0
