plugins/ce/skills/managing-pipelines/SKILL.md
Guides CI/CD pipeline architecture, security hardening, and deployment strategies for GitHub Actions. Use when designing workflows, securing supply chains, optimizing build performance, configuring deployments, managing infrastructure as code pipelines, or setting up pipeline observability.
npx skillsauth add rileyhilliard/claude-essentials managing-pipelinesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Decision guidance for GitHub Actions CI/CD pipelines, deployment strategies, and infrastructure automation.
| Scenario | Reference | Why | | --- | --- | --- | | Hardening against supply chain attacks | Security | SHA pinning, permissions, OIDC | | Speeding up slow CI builds | Performance | Caching, matrix builds, concurrency | | DRY-ing up duplicated workflow YAML | Workflow architecture | Reusable workflows vs composite actions | | Setting up staging/production deploys | Deployment | Environment promotion, protection rules | | Adding Terraform/OpenTofu to CI | Infrastructure | Plan-on-PR, apply-on-merge, drift detection | | Tracking pipeline reliability | Observability | OTel, DORA metrics, SLOs | | Reviewing a PR that modifies workflows | Security + Workflow | Permissions audit, secret exposure review | | Debugging flaky pipelines | Observability + Performance | Metrics, cache hit rates, concurrency | | Migrating from Jenkins/CircleCI | Workflow architecture | Action patterns, reusable workflow design | | Setting up monorepo CI | Performance | Path filtering, selective job execution |
Use for: Preventing supply chain attacks, minimizing credential exposure, hardening runner environments.
Key decisions:
pull_request_target without understanding the security modelSee references/security-hardening.md for attack patterns and mitigations.
Use for: Reducing CI times, optimizing runner costs, parallelizing builds.
Key decisions:
node_modules)fail-fast: false for CI matrices, true for deploymentcancel-in-progress: true for CI, false for deploysSee references/performance-optimization.md for caching strategies and runner selection.
Use for: Structuring reusable CI/CD components, managing action dependencies.
Key decisions:
secrets: inheritSee references/workflow-architecture.md for patterns and versioning.
Use for: Environment promotion, deployment gates, progressive delivery.
Key decisions:
See references/deployment-strategies.md for promotion patterns and rollback strategies.
Use for: Terraform/OpenTofu pipelines, drift detection, policy enforcement.
Key decisions:
-out)See references/infrastructure-pipelines.md for IaC workflow patterns.
Use for: Pipeline reliability tracking, incident response, capacity planning.
Key decisions:
See references/pipeline-observability.md for instrumentation and metrics.
pull_request_target usagecondition-based-waiting skill)development
Selects and applies professional journalistic story structures (WSJ Formula, Inverted Pyramid, Hourglass, Tick-Tock, etc.) based on the content being written. Use when writing articles, blog posts, features, essays, long-form content, news stories, trend pieces, investigative reports, profiles, or any narrative prose longer than a few paragraphs. Also use when the user asks for help structuring a piece, choosing a story framework, organizing a draft, outlining an article, or wants to know which article format fits their content. Trigger on requests like "help me structure this," "what format should I use," "write a feature about," "draft a blog post on," or any mention of story structure, article architecture, or narrative frameworks. Complements the writer skill (which handles tone and anti-AI rhetoric) by providing the structural blueprint.
testing
Writing style and tone guide for human-sounding content. Use when writing documentation, READMEs, commit messages, PR descriptions, blog posts, LinkedIn posts, social media content, or any user-facing content.
data-ai
Create implementation plans with tasks grouped by subsystem. Related tasks share agent context; groups parallelize across subsystems.
development
Debugging framework that finds root causes before proposing fixes. Use when investigating bugs, errors, unexpected behavior, failed tests, or when previous fixes haven't worked.