deploy-automation

deploy-automation is a skill for Claude Code, Codex from dolutech/dolu-agents-skills. It costs 37 tokens per session (3,246 once invoked), scanned A, original, MIT.

A set of instructions for automating how software is tested, delivered, and released. CI/CD means automatically checking code and moving it through environments such as development, testing, and production.

In plain words
What is it for?
Use it to create or improve deployment pipelines, manage environments, handle database migrations, plan release strategies, and set up recovery when deployments fail.
Why use it?
It helps replace risky manual releases with repeatable checks, approvals, health checks, logging, and rollback plans.

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 ./scripts/smoke-tests.sh.

Good fit Use it to create or improve deployment pipelines, manage environments, handle database migrations, plan release strategies, and set up recovery when deployments fail.

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/dolutech/dolu-agents-skills
agentmods
npx agentmods add skills/dolutech/dolu-agents-skills/deploy-automation

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 deploy-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/dolutech/dolu-agents-skills/deploy-automation/github.svg)](https://agentmods.dev/skills/dolutech/dolu-agents-skills/deploy-automation)
Your own site
<a href="https://agentmods.dev/skills/dolutech/dolu-agents-skills/deploy-automation"><img src="https://agentmods.dev/badge/skills/dolutech/dolu-agents-skills/deploy-automation/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 deploy-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/dolutech/dolu-agents-skills/deploy-automation"><img src="https://agentmods.dev/badge/skills/dolutech/dolu-agents-skills/deploy-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,246 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.00037 $0.03246
Opus 5 $0.00018 $0.01623
Sonnet 5 $0.00007 $0.00649
Haiku 4.5 $0.00004 $0.00325

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

Security

Grade A, and why

deploy-automation 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 9d 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/deploy-automation/SKILL.md · 596 lines

How it starts

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

Deploy Automation Skill

This skill provides comprehensive workflows, patterns, and best practices for automating deployments across different environments and platforms.

When to Use This Skill

Use this skill when:

  • Setting up CI/CD pipelines from scratch
  • Implementing deployment strategies (blue-green, canary, rolling)
  • Managing multiple environments (dev, staging, production)
  • Automating database migrations
  • Planning zero-downtime deployments
  • Creating rollback procedures
  • Managing feature flags
  • Implementing GitOps workflows

Core Principles

1. Automation First

Always automate:

  • Build processes
  • Testing (unit, integration, E2E)
  • Security scanning
  • Deployment to all environments
  • Rollback procedures
  • Notifications

Never manual:

  • Production deployments without approval
  • Database migrations without backup
  • Configuration changes without versioning
  • Certificate renewals

2. Safety Mechanisms

Implement at every stage:

  • Automated testing gates
  • Security scanning gates
  • Manual approval gates (production)
  • Health checks before traffic switch
  • Automatic rollback on failure
  • Comprehensive logging

3. Reversibility

Every deployment must have:

  • Documented rollback procedure
  • Automated rollback capability
  • Database migration rollback
  • Configuration versioning
  • Backup before deployment

Deployment Strategies

Strategy Selection Guide

┌─────────────────────────────────────────────────────────────┐
│ Choose deployment strategy based on:                        │
├─────────────────────────────────────────────────────────────┤
│ • Risk tolerance         • Team size                        │
│ • Traffic volume         • Infrastructure complexity        │
│ • Release frequency      • Database changes                 │
│ • Downtime tolerance     • Testing confidence               │
└─────────────────────────────────────────────────────────────┘

Strategy Recommendations:

High availability required (99.9%+):
  → Blue-Green or Canary

Frequent releases (multiple/day):
  → Rolling or Canary with feature flags

Database schema changes:
  → Expand-Contract pattern + Blue-Green

Low traffic / Internal tools:
  → Rolling or Recreate

Microservices architecture:
  → Canary per service + Feature flags

Read the full file on GitHub · 596 lines

Files

What ships with it

2 files 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. 9d ago First seen · 596 lines · 37 tokens per session scan A f315aee1e40a

Subscribe to this mod's changes

deploy-automation is a skill published in the GitHub repository dolutech/dolu-agents-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 3,246 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

release

Generic release assistant — analyzes repo release rules, caches them in .omc/RELEASERULE.md, then guides the release.

Yeachan-Heo/oh-my-claudecode · 27 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

cmux-release

Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.

manaflow-ai/cmux · 39 tokens

zb-release-pipeline

Generate a GitHub Actions pipeline that builds a zb (Zero Dependencies Builder) project and publishes a GitHub Release with the produced JAR. Use whenever the user wants CI/CD, a build pipeline, a release workflow, or GitHub Actions for a zb-based Java project — phrases like "set up GitHub Actions for this zb…

AdamBien/airails · 148 tokens

appbuilder-cicd-pipeline

Set up CI/CD pipelines for Adobe App Builder projects. Generates GitHub Actions workflows using adobe/aio-cli-setup-action@3 and adobe/[email protected], plus patterns for Azure DevOps and GitLab CI. Handles OAuth S2S secrets injection, multi-workspace promotion (stage → prod), deploy gating with manifest…

adobe/skills · 156 tokens

release

Verify, sweep docs, cut a version — then hand the release sequence back.

hamr0/liteagents · 17 tokens