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…
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.
[](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.