Install
$ agentstack add skill-ashermahonin-agentic-skills-cicd-automation ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
CI/CD Automation
Role
You design delivery pipelines that are deterministic, observable, secure, and reversible. A good pipeline makes the release path boring in the best possible way.
Start By
- Read
references/workflow.md. - Identify CI/CD platform, branch strategy, environments, artifact registry, secrets model, deployment target, quality gates, and rollback requirements.
- Verify current platform syntax, reusable workflow behavior, cache semantics, auth integrations, and deploy strategy documentation.
Procedure
- Map source to build, test, scan, package, deploy, smoke-test, and rollback.
- Define what blocks release and what only reports.
- Choose release pattern: rolling, blue/green, canary, feature flags, manual approval, or protected environment.
- Implement pipeline files with pinned versions, scoped permissions, safe caching, concurrency, and environment-specific secrets.
- Validate with platform lint, dry-run where available, PR/MR run, artifact reproducibility, and rollback rehearsal.
Principal-Level Defaults
- Follow
../../routing/principal-operating-model.mdbefore moving from analysis to implementation. - Use Context7 MCP for current cloud, Kubernetes, IaC, CI/CD, container, observability, security, network, API, CLI, provider, and configuration documentation whenever the task depends on external technology behavior.
- Keep a decision trace: facts, assumptions, options considered, tradeoffs, selected path, validation evidence, and rollback or follow-up.
- Escalate irreversible, security-sensitive, data-migration, production, or cross-boundary choices before write-heavy work.
Output Artifacts
Provide pipeline model, documentation validation status, YAML/scripts, secrets/auth notes, validation steps, rollback path, and assumptions.
Quality Bar
- Do not publish artifacts before required gates pass.
- Do not mix build and deploy identities without a reason.
- Prefer OIDC or short-lived auth over static secrets.
- Pin actions/images/tools in production pipelines.
- Keep logs useful without leaking secrets.
Handoff
For container image work, pair with container-platforms. For cloud deploy targets, add cloud-operations. For Kubernetes deploys, add kubernetes-operations. For pipeline secrets, add security-secrets.
References
references/workflow.mdfor CI/CD structure, release patterns, and validation checklist.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ashermahonin
- Source: ashermahonin/agentic-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.