devops-engineer

Automate production-safety improvements for CI/CD pipelines and environment configurations.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill devops-engineer-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/devops-engineer
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill devops-engineer-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DevOps engineering tasks such as building reliable pipelines, configuring environments, and enforcing safe release practices can be error-prone and slow. This skill prioritizes production safety and operability over checklist completion.

Core Features & Use Cases

  • CI/CD reproducibility: deterministic builds, pinned inputs, and artifact integrity across pipelines.
  • Release automation safety: rollback hooks, controlled promotions, and clear ownership for each change.
  • Drift detection and remediation: identify configuration drift across environments and suggest fixes.

Quick Start

Apply the smallest safe change to restore reliability in a failing CI/CD pipeline and preserve rollback options.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I automate rollback-safe deployments in a CI/CD pipeline?

Automate rollback-safe deployments by applying the smallest safe change to restore reliability in a failing CI/CD pipeline while preserving explicit rollback paths. This ensures controlled promotions and clear ownership for each change across environments.

What is configuration drift detection and how does it work across environments?

Configuration drift detection identifies inconsistencies across development, staging, and production environments. It works by analyzing environment configurations to suggest targeted fixes that remediate drift and restore expected infrastructure state.

How do I ensure deterministic builds and artifact integrity in CI/CD pipelines?

Ensure deterministic builds by using pinned inputs and verifying artifact integrity across pipelines. This approach guarantees CI/CD reproducibility, preventing unpredictable outputs and maintaining release automation safety.

What is the best way to fix a failing CI/CD pipeline without losing rollback options?

The best way to fix a failing CI/CD pipeline is applying the smallest safe change to restore reliability. This prioritizes production safety and operability while explicitly preserving rollback paths for future remediation.

Does this DevOps automation approach work for staging and production environments?

Yes, this DevOps automation works across development, staging, and production environments. It applies release automation safety, drift detection, and rollback-safe deployments to ensure operability and deterministic builds throughout your infrastructure.

Why does configuration drift happen and when do I need drift detection?

Configuration drift happens when manual changes or unmanaged updates cause environment inconsistencies. You need drift detection when managing multiple environments to identify these discrepancies and suggest fixes that maintain production safety.