qcsd-cicd-swarm

qcsd-cicd-swarm is a skill for Claude Code from summarybotng/summarybot-ng. It costs 61 tokens per session (2,412 once invoked), scanned A, original, MIT.

A CI/CD verification workflow for deciding whether a code change is safe to release. CI/CD means automated building and testing before deployment; the workflow examines regression risk, flaky tests, security checks, and infrastructure changes.

In plain words
What is it for?
Reviewing CI/CD artifacts, assessing failed or unreliable tests, checking regression and security signals, and deciding whether to release, remediate, or block a change.
Why use it?
It turns scattered pipeline results into a release decision and helps prevent unsafe changes from reaching deployment.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Reviewing CI/CD artifacts, assessing failed or unreliable tests, checking regression and security signals, and deciding whether to release, remediate, or block a change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summarybotng/summarybot-ng/qcsd-cicd-swarm
Install

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.

Any agent
npx skills add summarybotng/summarybot-ng --skill qcsd-cicd-swarm
Clone the repo
git clone --depth 1 https://github.com/summarybotng/summarybot-ng

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qcsd-cicd-swarm

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-cicd-swarm/github.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-cicd-swarm)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-cicd-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-cicd-swarm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qcsd-cicd-swarm

Your own site · 80×15
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-cicd-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-cicd-swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,412 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.02412
Opus 5 $0.00030 $0.01206
Sonnet 5 $0.00012 $0.00482
Haiku 4.5 $0.00006 $0.00241

Measured 6d ago against content hash 3576f06db9ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

qcsd-cicd-swarm 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 6d 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.

.claude/skills/qcsd-cicd-swarm/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QCSD CI/CD Swarm v1.0

Shift-left quality engineering swarm for CI/CD pipeline verification and release readiness.


Overview

The CI/CD Swarm takes code that passed Development quality checks and validates it is safe to release through the CI/CD pipeline. Where the Development Swarm asks "Is the code quality sufficient to ship?", the CI/CD Swarm asks "Is this change safe to release?"

This swarm operates at the pipeline level, analyzing test results, regression risk, flaky test impact, security pipeline status, and infrastructure changes to render a RELEASE / REMEDIATE / BLOCK decision.

QCSD Phase Positioning

Phase Swarm Decision When
Ideation qcsd-ideation-swarm GO / CONDITIONAL / NO-GO PI/Sprint Planning
Refinement qcsd-refinement-swarm READY / CONDITIONAL / NOT-READY Sprint Refinement
Development qcsd-development-swarm SHIP / CONDITIONAL / HOLD During Sprint
Verification qcsd-cicd-swarm RELEASE / REMEDIATE / BLOCK Pre-Release / CI-CD
Production qcsd-production-swarm HEALTHY / DEGRADED / CRITICAL Post-Release

Parameters

  • PIPELINE_ARTIFACTS: Path to CI/CD artifacts, test results, and build output (required, e.g., ci/artifacts/)
  • BASELINE_REF: Git ref for baseline comparison (optional, default: main)
  • OUTPUT_FOLDER: Where to save reports (default: ${PROJECT_ROOT}/Agentic QCSD/cicd/)
  • DEPLOY_TARGET: Target deployment environment (optional, e.g., staging, production)

ENFORCEMENT RULES - READ FIRST

Rule Enforcement
E1 You MUST spawn ALL THREE core agents (qe-quality-gate, qe-regression-analyzer, qe-flaky-hunter) in Step 2. No exceptions.
E2 You MUST put all parallel Task calls in a SINGLE message.
E3 You MUST STOP and WAIT after each batch. No proceeding early.
E4 You MUST spawn conditional agents if flags are TRUE. No skipping.
E5 You MUST apply RELEASE/REMEDIATE/BLOCK logic exactly as specified in Step 5.
E6 You MUST generate the full report structure. No abbreviated versions.
E7 Each agent MUST read its reference files before analysis.
E8 You MUST apply qe-deployment-advisor analysis on ALL pipeline data in Step 8. Always.
E9 You MUST execute Step 7 learning persistence. No skipping.

Read the full file on GitHub · 211 lines

Changes

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.

  1. 6d ago First seen · 211 lines · 61 tokens per session scan A 3576f06db9ec

Subscribe to this mod's changes

qcsd-cicd-swarm is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 3mo ago), licensed MIT. It adds 61 tokens to every session and 2,412 once invoked, about $0.0003 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-09-03.