devops-pipeline

devops-pipeline is a skill for Claude Code, Codex from Omar-Obando/qwen-orchestrator. It costs 60 tokens per session (3,540 once invoked), scanned A, original, MIT.

A guide to building software delivery pipelines, which automatically test, package, and deploy code. It covers common tools and approaches such as GitHub Actions, Docker, Kubernetes, and infrastructure defined as code.

In plain words
What is it for?
Use it to design CI/CD workflows, configure containers and Kubernetes deployments, manage cloud infrastructure, add monitoring, or set up deployment strategies such as rolling and canary releases.
Why use it?
It helps organize repeatable releases and deployment environments while addressing testing, monitoring, security, and infrastructure setup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is files: ./coverage/lcov.info.

Good fit Use it to design CI/CD workflows, configure containers and Kubernetes deployments, manage cloud infrastructure, add monitoring, or set up deployment strategies such as rolling and canary releases.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestrator
agentmods
npx agentmods add skills/omar-obando/qwen-orchestrator/devops-pipeline

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devops-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/devops-pipeline/github.svg)](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/devops-pipeline)
Your own site
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/devops-pipeline"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/devops-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for devops-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/devops-pipeline"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/devops-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.03540
Opus 5 $0.00030 $0.01770
Sonnet 5 $0.00012 $0.00708
Haiku 4.5 $0.00006 $0.00354

Measured 10d ago against content hash ad745f3974c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

devops-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/devops-pipeline/SKILL.md · 599 lines

How it starts

The opening of the file, as written. The whole thing — 599 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevOps Pipeline Skill — CI/CD and Deployment Strategies

Overview

This skill provides comprehensive guidance for designing and implementing CI/CD pipelines, deployment strategies, infrastructure as code, monitoring setup, and DevOps best practices. It includes GitHub Actions, Docker, Kubernetes, and deployment patterns. Based on Azure DevOps, CODING DevOps, and DevOps certification standards.

When to Use

Use this skill when:

  • Designing CI/CD pipelines for any project
  • Setting up deployment strategies (blue-green, canary, rolling)
  • Configuring infrastructure as code (Terraform, CloudFormation)
  • Implementing monitoring and alerting (Prometheus, Grafana)
  • Optimizing deployment processes
  • Managing cloud infrastructure (AWS, Azure, GCP)
  • Setting up GitHub Actions workflows
  • Configuring Docker containers and images
  • Implementing Kubernetes deployments
  • Creating Helm charts for Kubernetes
  • Setting up container registries
  • Implementing container security scanning
  • Configuring CI/CD pipeline caching
  • Setting up pipeline secrets management
  • Implementing pipeline as code
  • Creating multi-stage pipeline strategies
  • Setting up deployment environments
  • Implementing rollback strategies
  • Creating deployment documentation
  • Building deployment monitoring dashboards
  • Setting up deployment alerting
  • Implementing deployment security gates
  • Creating deployment automation scripts

Do NOT use this skill when:

  • Writing application code (use developer skill or specific framework skill)
  • Database schema design (use database design skill)
  • UI/UX design (use frontend design skill)
  • Writing specific test cases (use testing-strategy skill)
  • Implementing business logic (use developer skill)

CI/CD Pipeline Stages

┌─────────────────────────────────────────────────────────────┐
│                  CI/CD Pipeline                              │
├─────────────────────────────────────────────────────────────┤
│  1. Checkout                                                 │
│  2. Install Dependencies                                     │
│  3. Lint & Format Check                                      │
│  4. Type Checking                                            │
│  5. Unit Tests                                               │
│  6. Integration Tests                                        │
│  7. Build                                                    │
│  8. Security Scan                                            │
│  9. E2E Tests (optional)                                     │
│  10. Deploy (Staging)                                        │
│  11. E2E Tests (Staging)                                     │
│  12. Deploy (Production)                                     │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 599 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 599 lines · 60 tokens per session scan A ad745f3974c8

Subscribe to this mod's changes

devops-pipeline is a skill published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 3,540 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.