Install
$ agentstack add skill-daemon-blockint-tech-agentic-enteprises-skill-ci-cd-engineer ✓ 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 Engineer
When to Use
- Design, implement, or refactor CI/CD pipelines (build, test, publish, deploy)
- Define branch strategy, environment promotion, and artifact immutability
- Add or tune pipeline gates: tests, approvals, security scans, policy checks
- Configure deployment workflows (rolling, blue-green, canary) at the automation layer
- Manage secrets, OIDC, and least-privilege credentials in CI systems
- Handle flaky tests, parallelization, caching, and monorepo/polyrepo pipeline layout
- Frame DORA metrics and delivery dashboards; coordinate releases with SRE/platform
- Document rollback paths and release runbooks tied to pipeline artifacts
When NOT to Use
- Implement application features, APIs, or business logic →
senior-software-engineer - Operate Kubernetes control plane, node pools, or cluster add-ons only →
cloud-engineer,cluster-deployment-engineer - Own SLI/SLO programs, error budgets, and on-call reliability →
site-reliability-engineer - Author enterprise security policy, IdP, KMS, or SIEM programs →
information-security-engineer - Add SAST/SBOM/supply-chain controls as the primary task →
devsecops - Build internal developer portals, golden paths, or paved-road templates →
platform-engineer - Pre-flight architecture or go/no-go review without pipeline work →
build-validator - Broad GitOps, observability stack, and delivery-infra SRE as the main scope →
devops
Related skills
| Need | Skill | |---|---| | Broader delivery, GitOps, observability, on-call for infra | devops | | IDP, golden paths, developer portal, platform APIs | platform-engineer | | Pre-merge plan/design/production-readiness gates | build-validator | | SLOs, error budgets, PRR, reliability ownership | site-reliability-engineer | | Pipeline security gates, SBOM, OIDC hardening | devsecops | | Security controls, IAM, KMS, SIEM implementation | information-security-engineer | | Rollout cutover strategy and change tiers | deployment-strategist | | Cloud networking, core IaC modules | infrastructure-engineer | | Managed cloud services and networking | cloud-engineer | | K8s cluster deploy and platform Helm | cluster-deployment-engineer | | Compliance evidence from controls and audits | compliance-engineer |
Core Workflows
1. Pipeline discovery and baseline
- Inventory repos, pipeline entry points, and deploy targets per environment
- Map current stage order: checkout → build → test → publish → deploy
- Identify manual steps, floating tags, and missing gates
- Capture DORA baselines (deployment frequency, lead time, change fail %, MTTR)
- Document owners: app team, platform, security, SRE
See references/cicd_engineer_scope.md for role boundaries and handoffs.
2. Pipeline design
- Choose branching model aligned to release cadence (trunk, GitFlow, release branches)
- Standardize reusable workflows/templates; pin tool and runner versions
- Parallelize independent jobs; cache dependencies with lockfile keys
- Emit immutable artifacts (digest-pinned images, versioned packages)
- Fail fast on lint/unit; defer expensive suites with policy
See references/pipeline_design_and_workflow.md for patterns and anti-patterns.
3. Build, test, and deploy stages
- Build: reproducible compilers/images; SBOM/provenance hooks where required
- Test: unit → integration → contract/e2e; quarantine flaky tests with SLA
- Publish: push to registry/artifact store; sign when policy requires
- Deploy: environment-specific jobs; smoke tests after each promotion
- Verify: synthetic checks or canary metrics before full traffic shift
See references/build_test_deploy_stages.md for stage contracts and artifacts.
4. Environments, gates, and promotion
- One promotion path: dev → staging → prod (no skip without exception)
- Use environment protection rules and required reviewers for production
- Gate on test results, security scans, policy (OPA/conftest), and change tickets
- Promote the same artifact digest across environments
- Record promotion audit trail (who, what digest, when)
See references/environments_gates_and_promotion.md for gate catalog and promotion flows.
5. Security and compliance in CI
- Inject secrets via OIDC/vault—not long-lived PATs in variables
- Run SAST/SCA/secrets/IaC scans on PR and default branch
- Block merge on critical findings per SLA; document exceptions
- Export scan artifacts for
devsecops/compliance-engineerevidence - Harden fork PR workflows (no secret access, label-gated runs)
See references/security_and_compliance_in_ci.md for credential and scan patterns.
6. Release coordination and reliability metrics
- Align release windows with SRE capacity and error-budget policy
- Define rollback: redeploy previous digest vs rebuild; test quarterly
- Post-release: update change log, close tickets, capture DORA data point
- Blameless review when change fail rate spikes; feed pipeline fixes
- Coordinate with
deployment-strategistfor cutover; withsite-reliability-engineerfor canary SLO gates
See references/reliability_metrics_and_release_coordination.md for DORA and handoffs.
When to load references
| Topic | Reference | |---|---| | Scope, boundaries, stakeholders | references/cicd_engineer_scope.md | | Workflow layout, branching, reuse | references/pipeline_design_and_workflow.md | | Stage design, artifacts, testing | references/build_test_deploy_stages.md | | Environments, gates, promotion | references/environments_gates_and_promotion.md | | Secrets, scans, compliance hooks | references/security_and_compliance_in_ci.md | | DORA, rollback, SRE coordination | references/reliability_metrics_and_release_coordination.md |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: daemon-blockint-tech
- Source: daemon-blockint-tech/Agentic-Enteprises-Skill
- 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.