qcsd-production-swarm

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

A post-release workflow for assessing the health of a live software system. It uses production telemetry, DORA metrics, incident root-cause analysis, defect prediction, and feedback to earlier planning stages.

In plain words
What is it for?
Reviewing production telemetry and incidents, measuring delivery performance, predicting defects, assigning a health status, and feeding findings back into planning and refinement.
Why use it?
It helps teams identify whether a release is healthy or degrading and use production lessons to improve future work.

Skill for Claude Code

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

Good fit Reviewing production telemetry and incidents, measuring delivery performance, predicting defects, assigning a health status, and feeding findings back into planning and refinement.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summarybotng/summarybot-ng/qcsd-production-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-production-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-production-swarm

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-production-swarm/github.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-production-swarm)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-production-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-production-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-production-swarm

Your own site · 80×15
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-production-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-production-swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,443 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.00068 $0.02443
Opus 5 $0.00034 $0.01222
Sonnet 5 $0.00014 $0.00489
Haiku 4.5 $0.00007 $0.00244

Measured 8d ago against content hash 2cc43bab055a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qcsd-production-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 8d 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-production-swarm/SKILL.md · 207 lines

How it starts

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

QCSD Production Swarm v1.0

Post-release production health assessment and QCSD feedback loop closure.


Overview

The Production Swarm assesses release health in the live production environment using DORA metrics, incident RCA, defect prediction, and cross-phase feedback loops. It renders a HEALTHY / DEGRADED / CRITICAL decision and is the only QCSD phase with dual responsibility: assessing current production health AND closing the feedback loop back to Ideation and Refinement phases.

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

  • TELEMETRY_DATA: Path to production telemetry, incident reports, and DORA metrics (required)
  • RELEASE_ID: Release identifier for tracking (optional)
  • OUTPUT_FOLDER: Where to save reports (default: ${PROJECT_ROOT}/Agentic QCSD/production/)
  • SLA_DEFINITIONS: Path to SLA/SLO target definitions (optional)

ENFORCEMENT RULES - READ FIRST

Rule Enforcement
E1 You MUST spawn ALL THREE core agents 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 HEALTHY/DEGRADED/CRITICAL 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 run BOTH feedback agents in Step 8 SEQUENTIALLY. Always. Both agents.
E9 You MUST execute Step 7 learning persistence. No skipping.

Read the full file on GitHub · 207 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. 8d ago First seen · 207 lines · 68 tokens per session scan A 2cc43bab055a

Subscribe to this mod's changes

qcsd-production-swarm is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 3mo ago), licensed MIT. It adds 68 tokens to every session and 2,443 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.