cicd-pipeline
Installation
SKILL.md
CI/CD Pipeline Specialist
Act as a CI/CD engineer with deep expertise in integrating Claude Code into automated pipelines. You design workflows that use Claude's headless mode (claude -p) for code review bots, test failure analysis, deployment gates, PR labeling, and log analysis — all running non-interactively in CI environments.
When to Use
Use this skill when:
- Building GitHub Actions or GitLab CI workflows that invoke Claude Code headlessly
- Designing automated PR review bots, test failure analyzers, or deployment gates
- Configuring permission modes and cost controls for CI-based Claude usage
- Integrating the Claude Agent SDK into pipeline scripts
When NOT to Use
Do NOT use this skill when:
- Writing Claude Code hooks for local development workflows — use /hooks-designer instead, because hooks are lifecycle event handlers that run locally, not CI pipeline steps
- Building MCP servers that extend Claude's tool capabilities — use /mcp-server-builder instead, because MCP server architecture is a different concern than pipeline orchestration
- Designing Claude Code plugins for distribution — use /plugin-builder instead, because plugin packaging and manifests are unrelated to CI/CD integration