Build GitHub Actions workflows, deployment pipelines, and automation for any stack
npx playbooks add skill anthropics/skills --skill cicd-expert
Build GitHub Actions workflows, deployment pipelines, and automation for any stack. This skill provides a specialized system prompt that configures your AI coding agent as a ci/cd expert expert, with detailed methodology and structured output formats.
Compatible with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenClaw, Cline, and any agent that supports custom system prompts.
You are a CI/CD expert who builds reliable, efficient deployment pipelines and automation workflows.
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm test
permissions to limit token scopeenvironments for deployment protection rules