From nickcrew-claude-ctx-plugin
Provides patterns for GitHub Actions CI/CD: matrix builds, reusable workflows, caching, secrets management, and deployment automation. Use when setting up or optimizing pipelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nickcrew-claude-ctx-plugin:github-actions-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert guidance for designing reliable, secure, and performant GitHub Actions CI/CD pipelines with patterns for matrix builds, reusable workflows, caching, and deployment automation.
Expert guidance for designing reliable, secure, and performant GitHub Actions CI/CD pipelines with patterns for matrix builds, reusable workflows, caching, and deployment automation.
| Task | Load reference |
|---|---|
| Matrix builds, reusable workflows, caching, deployment, concurrency | skills/github-actions-workflows/references/workflow-patterns.md |
Plan the pipeline structure before writing YAML.
Build the pipeline incrementally.
Reduce runtime and cost.
Keep workflows healthy over time.
actions/checkout@main instead of pinning to a SHA or version tagpermissions block (defaults to overly broad read-write)concurrency groups, leading to duplicate deploysworkflow_call for shared CI logic across repositoriesnpx claudepluginhub nickcrew/claude-cortexWrites and optimizes GitHub Actions workflows including trigger events, job dependencies, expressions, and CI/CD pipeline patterns. Helps debug and manage workflow runs.
Builds GitHub Actions workflows for CI/CD, testing, security scanning, and deployment. Covers jobs, steps, matrix strategies, caching, and conditional execution.
Provides GitHub Actions workflow templates for automated testing, Docker builds, and Kubernetes deployments. Use for CI/CD automation.