# Senior Devops

> DevOps workflow for CI/CD, infrastructure, observability, reliability, and safe deployments. Use when designing deployment pipelines, reviewing infra changes, improving operational readiness (alerts/runbooks), or auditing a repo’s production-readiness signals.

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

---


# Senior DevOps

Make deployments repeatable and incidents survivable.

## Quick Start
1) Define the operational goal (latency, availability, cost) and deploy frequency.
2) Pipeline: build → test → package → deploy → verify → rollback.
3) Observability: logs/metrics/traces + alerts tied to user impact.
4) Runbooks: how to debug and how to roll back safely.

## Release readiness checklist
- Rollback path is tested and documented.
- Alerts are tied to user-facing impact and have clear owners.
- Deploys are scoped, with feature flags for risky changes.

## Optional tool: repo ops inventory
```bash
python ~/.codex/skills/senior-devops/scripts/repo_ops_inventory.py . --out /tmp/ops_inventory.md
```

## References
- Deployment checklist: `references/deploy-checklist.md`

