ci-cd-and-automation

by addyosmani 88k MIT Updated Aug 14, 2026
ci-cd-and-automation skill by addyosmani
ci-cd-and-automation — DevOps skill by addyosmani

ci-cd-and-automation is an open-source devops skill for Claude Code and compatible agents, published by addyosmani. Its author describes it as: “Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.”. The project has 88k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add addyosmani/agent-skills`.

What ci-cd-and-automation does

Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD is the enforcement mechanism for every other skill — it catches what humans and agents miss, and it does so consistently on every single change.

Installation

Add ci-cd-and-automation to your agent with:

/plugin marketplace add addyosmani/agent-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for ci-cd-and-automation is organised into these sections:

  • Overview
  • When to Use
  • The Quality Gate Pipeline
  • GitHub Actions Configuration
  • Basic CI Pipeline
  • With Database Integration Tests
  • E2E Tests
  • Feeding CI Failures Back to Agents
  • Deployment Strategies
  • Preview Deployments
  • Feature Flags
  • Staged Rollouts

When to use it

Reach for ci-cd-and-automation when you want devops help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in addyosmani/agent-skills, an established project with 88,280 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsantigravityclaude-codecodexcursorskills

Frequently asked questions

What does ci-cd-and-automation do?
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
How do I install ci-cd-and-automation?
Run /plugin marketplace add addyosmani/agent-skills in your agent, then reload your skills. Review the source at https://github.com/addyosmani/agent-skills before installing.
Is ci-cd-and-automation free to use?
Yes. ci-cd-and-automation is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does ci-cd-and-automation come from?
ci-cd-and-automation ships inside addyosmani/agent-skills, a repository that contains 25 catalogued skills in total. The repository's 88,280 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More DevOps →

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

39k wshobson MIT

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

39k wshobson MIT

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.

39k wshobson MIT

Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

39k wshobson MIT