senior-devops

Assess deployment and operational readiness for code repositories.

24|8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vadimcomanescu/codex-skills --skill senior-devops-vadimcomanescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/vadimcomanescu/codex-skills/tree/main/skills/.curated/platform/senior-devops
Command: npx skills add https://github.com/vadimcomanescu/codex-skills --skill senior-devops-vadimcomanescu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps teams make deployments repeatable and incidents survivable by evaluating CI/CD pipelines, infrastructure, observability, and runbooks to reduce deployment risk and recovery time.

Core Features & Use Cases

  • Pipeline design & review: clarifies the build → test → package → deploy → verify → rollback flow and highlights gaps or missing verification steps.
  • Observability & alerts: identifies missing logs, metrics, traces, dashboards, and whether alerts are tied to user-facing impact with clear owners.
  • Runbooks & rollback: checks for documented rollback paths, runbooks, and whether rollback procedures are tested and scoped.
  • Repo ops inventory tool: includes a script to inventory CI workflows, container/orchestration manifests, IaC, monitoring configs, and runbook locations.
  • Use Case: Audit a service repository before production rollout to produce a prioritized list of operational fixes and deployment safeguards.

Quick Start

Audit this repository for CI/CD pipelines, observability, and runbook readiness and produce a prioritized deployment readiness checklist.

Frequently Asked Questions about senior-devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a repository for CI/CD pipeline gaps and deployment readiness?

To audit deployment readiness, this skill inventories CI workflows, container manifests, IaC, and monitoring configs to produce a prioritized checklist of operational fixes and missing verification steps.

What is included in an observability and alert review for a microservice?

An observability review identifies missing logs, metrics, traces, and dashboards, ensuring alerts are tied to user-facing impact with clear owners and documented runbooks.

How do I verify if my rollback procedures and runbooks are production-ready?

To verify rollback readiness, this skill checks for documented rollback paths and tests whether runbook procedures are properly scoped and validated before a production rollout.

Can I use this to review infrastructure as code and orchestration manifests before release?

Yes, you can review infrastructure as code and orchestration manifests by running the repo ops inventory script, which catalogs operational configurations and highlights deployment risks.

What's the best way to assess build-test-deploy-verify pipeline completeness?

The best way to assess pipeline completeness is evaluating the build-test-deploy-verify-rollback flow, which this skill reviews to highlight missing verification steps and deployment safeguards.