Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/viktorbezdek/skillstack/cicd-pipelinesnpx skills add viktorbezdek/skillstack --skill cicd-pipelinesgit clone --depth 1 https://github.com/viktorbezdek/skillstackWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00093 | $0.03537 |
| Opus 5 | $0.00046 | $0.01768 |
| Sonnet 5 | $0.00019 | $0.00707 |
| Haiku 4.5 | $0.00009 | $0.00354 |
Grade A, and why
cicd-pipelines scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 376 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CI/CD Pipelines - Comprehensive DevOps Skill
A unified skill for CI/CD pipeline design, DevOps automation, infrastructure as code, GitOps deployment automation, security scanning, and enterprise pipeline readiness across major platforms.
When to Use This Skill
Use this skill when:
CI/CD Pipeline Development
- Creating new CI/CD workflows (GitHub Actions, GitLab CI, Jenkins)
- Debugging pipeline failures or flaky tests
- Optimizing slow builds or test suites
- Implementing caching strategies
- Setting up deployment workflows
- Implementing matrix builds or test sharding
- Configuring multi-environment deployments
DevSecOps & Security
- Securing pipelines (secrets, OIDC, supply chain)
- Implementing security scanning (SAST, DAST, SCA)
- Container image vulnerability scanning inside a pipeline
- Secret detection and management
- Enterprise readiness assessment (OpenSSF compliance)
Infrastructure as Code
- Terraform module development
- CloudFormation/CDK templates
- Deploying Kubernetes manifests and Helm charts from CI/CD
- GitOps workflows (ArgoCD, Flux)
Container Pipeline Integration
- Building and signing container images from an existing Dockerfile
- Publishing to registries from CI/CD
- Scanning container images with tools such as Trivy or Snyk
- Deploying containerized services through GitOps
For Dockerfile design, Docker Compose, local container environments, or container runtime architecture, switch to docker-containerization.
Release Management
- Semantic versioning automation
- Changelog generation
- GitHub/GitLab release creation
- Artifact signing and provenance
Quick Start
1. Creating a New Pipeline
Decision tree:
What are you building?
+-- Node.js/Frontend --> templates/github-actions/node-ci.yml | templates/gitlab-ci/node-ci.yml
+-- Python --> templates/github-actions/python-ci.yml | templates/gitlab-ci/python-ci.yml
+-- Go --> templates/github-actions/go-ci.yml | templates/gitlab-ci/go-ci.yml
+-- Container image pipeline --> templates/github-actions/docker-build.yml | templates/gitlab-ci/docker-build.yml
+-- Security Scanning --> templates/github-actions/security-scan.yml | templates/gitlab-ci/security-scan.yml
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/evals.json 1.3 KB
- evals/trigger-evals.json 2.0 KB
- references/2fa-enforcement.md 6.4 KB
- references/aws-overview.md 4.6 KB
- references/badge-display.md 6.1 KB
- references/best_practices.md 13 KB
- references/branch-coverage.md 9.2 KB
- references/browser-rendering.md 6.8 KB
- references/cicd-github-actions.md 9.6 KB
- references/cloudflare-d1-kv.md 2.5 KB
- references/cloudflare-platform.md 7.1 KB
- references/cloudflare-r2-storage.md 6.1 KB
- references/cloudflare-workers-advanced.md 7.1 KB
- references/cloudflare-workers-apis.md 6.8 KB
- references/cloudflare-workers-basics.md 8.6 KB
- references/dco-implementation.md 4.2 KB
- references/devsecops-basics.md 9.3 KB
- references/devsecops.md 19 KB
- references/docker-basics.md 5.7 KB
- references/docker-compose.md 4.7 KB
- references/dockerfile-multistage.dockerfile 1.1 KB
- references/dynamic-analysis.md 10 KB
- references/finops-basics.md 7.4 KB
- references/gcloud-platform.md 6.9 KB
- references/gcloud-services.md 5.8 KB
- references/general.md 8.9 KB
- references/github-actions-patterns.yaml 5.2 KB
- references/github.md 14 KB
- references/go.md 6.0 KB
- references/kubernetes-basics.md 5.8 KB
- references/kubernetes-deployment.yaml 4.5 KB
- references/openssf-badge-gold.md 9.8 KB
- references/openssf-badge-silver.md 13 KB
- references/optimization.md 12 KB
- references/quick-start-guide.md 4.8 KB
- references/reproducible-builds.md 4.4 KB
- references/security-hardening.md 9.8 KB
- references/security.md 12 KB
- references/signed-releases.md 4.9 KB
- references/solo-maintainer-guide.md 7.9 KB
- references/sonarcloud.md 9.5 KB
- references/terraform-eks-module.tf 6.5 KB
- references/test-invocation.md 8.3 KB
- references/troubleshooting.md 2.2 KB
- scripts/add-spdx-headers.sh 2.9 KB runs code
- scripts/analyze-bus-factor.sh 3.1 KB runs code
- scripts/check-branch-coverage.sh 4.3 KB runs code
- scripts/check-coverage-threshold.sh 2.1 KB runs code
- scripts/check-tls-minimum.sh 5.9 KB runs code
- scripts/ci_health.py 12 KB runs code
- scripts/cloudflare_deploy.py 7.5 KB runs code
- scripts/docker_optimize.py 11 KB runs code
- scripts/pipeline_analyzer.py 17 KB runs code
- scripts/requirements.txt 471 B
- scripts/validate-devops-skill.sh 5.8 KB runs code
- scripts/verify-badge-criteria.sh 5.2 KB runs code
- scripts/verify-reproducible-build.sh 3.6 KB runs code
- scripts/verify-review-requirements.sh 5.6 KB runs code
- scripts/verify-signed-tags.sh 3.7 KB runs code
- scripts/verify-spdx-headers.sh 3.0 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 376 lines · 93 tokens per session scan A aa48aade4d54
cicd-pipelines is a skill published in the GitHub repository viktorbezdek/skillstack (11 stars, last pushed 2mo ago), licensed MIT. It adds 93 tokens to every session and 3,537 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ci-automation
Use when the pytorch-test-refactoring orchestrator emits "schedulecron" or "needagent" with phase "cidebug", when a CronCreate cron job fires and you need to run orchestrator.py --ci-check, or when the user says "look after the ci", "monitor ci", "check ci status", "watch the pr", or "debug ci failures".
gh-fix-ci
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
github
Interact with GitHub using the gh CLI to manage repositories, issues, pull requests, CI/CD workflow runs, and API queries. Use when the user asks to create, list, view, merge, or close pull requests and issues; check CI status or workflow run logs; query the GitHub API for repository data; or perform any GitHub…
pre-push
Runs the local equivalent of the CI merge gate before you push. Detects which areas (Python, TypeScript, docs) your changes touch, auto-fixes what it can, then runs only those checks. Use when the user asks to run pre-push checks, get push-ready, verify changes before pushing or opening a PR, "make sure CI will pass"…
comet-github-ci-triage
使用 PR 当前准确 head、失败 job 日志、本地复现边界和可合并状态,诊断 Comet PR 的 GitHub Actions 与覆盖率检查。PR 出现 CI 报错、Codecov 问题、过期检查或无法解释的红色 job 时使用。.