ci-cd

Routes CI/CD tasks to specialized sub-skills for pipelines, workflows, and deployments.

3|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer --skill ci-cd-jose-polanco-oxte
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ci-cd
Source: https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer/tree/main/.agents/skills/ci-cd
Command: npx skills add https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer --skill ci-cd-jose-polanco-oxte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? CI/CD work spans many distinct concerns—pipeline setup, workflow documentation, deployment architecture, and cost optimization—and loading all guidance at once wastes context. This root skill acts as a router that directs the agent to exactly the right sub-skill for the task at hand. ## Core Features & Use Cases - Task Routing: Reads the current CI/CD or deployment task and selects the matching sub-skill from a curated table, loading only what is needed to preserve context budget. - Four Specialized Sub-Skills: Covers pipeline automation and quality gates (ci-cd-and-automation), formal workflow specification authoring (create-github-action-workflow-specification), expert deployment architecture with GitOps and progressive delivery (deployment-engineer), and CI cost auditing (github-actions-efficiency). - Use Case: When asked to reduce GitHub Actions spending on a WinUI 3 app's release pipeline, the agent loads this root skill, identifies github-actions-efficiency as the match, and applies its audit workflow with caching, concurrency, and matrix-reduction fixes. ## Quick Start Ask the agent to help with a CI/CD task such as auditing workflow costs or designing a deployment pipeline, and it will route to the appropriate sub-skill.

Frequently Asked Questions about ci-cd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right CI/CD sub-skill for my task?▼

Read the routing table in the root SKILL.md and match your task to a sub-skill's 'Use when' column. Pipeline setup maps to ci-cd-and-automation, workflow documentation to create-github-action-workflow-specification, deployment architecture to deployment-engineer, and cost reduction to github-actions-efficiency.

How do I reduce GitHub Actions CI costs and runtime?▼

Load the github-actions-efficiency sub-skill, which audits workflows for missing dependency caches, missing concurrency cancellation, over-broad triggers, and oversized matrices. It ranks fixes by estimated daily CI minutes saved and validates changes with live runs when gh CLI access is available.

Should I load all CI/CD sub-skills at once?▼

No. The root skill explicitly instructs loading only the sub-skill the current task needs to preserve context budget. Each sub-skill is self-contained with its own instructions and references.

Does this skill handle building and packaging the application itself?▼

No. Actual build and packaging of the app is delegated to the separate build-full skill. These CI/CD sub-skills cover authoring, auditing, optimizing, and documenting the workflows that run the build.

What deployment patterns does the deployment-engineer sub-skill cover?▼

It covers GitOps with ArgoCD and Flux, progressive delivery with canary and blue/green strategies, container and Kubernetes deployment patterns, supply-chain security with SLSA and Sigstore, and zero-downtime rollouts with rollback plans.