ci-cd-and-automation

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate qu…

addyosmani 80k ↓ 13k MIT updated 26d ago
Claude Code
View source ↗

What it does

  • Setting up a new project's CI pipeline
  • Adding or modifying automated checks
  • Configuring deployment pipelines
  • When a change should trigger automated verification
  • Debugging CI failures
  • uses: actions/checkout@v4
  • uses: actions/setup-node@v4

Requirements & configuration

  • run: npx vercel --token=${{ secrets.VERCELTOKEN }}

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

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.

Source

Repository: https://github.com/addyosmani/agent-skills

ci-cd-and-automation FAQ

What does the ci-cd-and-automation skill 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. Setting up a new project's CI pipeline Adding or modifying automated checks

What does ci-cd-and-automation require?

run: npx vercel --token=${{ secrets.VERCELTOKEN }}

How do I install ci-cd-and-automation?

Run: npx -y skills add https://github.com/addyosmani/agent-skills --skill ci-cd-and-automation --agent claude-code — the source lives at github.com/addyosmani/agent-skills.

Maintain ci-cd-and-automation?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

ci-cd-and-automation on getagentictools
[![ci-cd-and-automation on getagentictools](https://getagentictools.com/badge/skills/addyosmani-agent-skills-ci-cd-and-automation.svg)](https://getagentictools.com/skills/addyosmani-agent-skills-ci-cd-and-automation?ref=badge)
npx agentictools info skills/addyosmani-agent-skills-ci-cd-and-automation

The second line is the CLI lookup for this page — handy in READMEs and docs.