qcsd-development-swarm

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

An in-sprint workflow for checking code quality while a feature is being built. It examines TDD adherence, code complexity, test coverage gaps, and likely defects; TDD means writing tests before the code they verify.

In plain words
What is it for?
Analyzing source code and tests, checking test-first development and coverage, reviewing complexity, predicting defects, and producing quality signals for release verification.
Why use it?
It finds quality problems during development, when they are easier to address, and supports a clear decision about whether code is ready to ship.

Skill for Claude Code

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

Good fit Analyzing source code and tests, checking test-first development and coverage, reviewing complexity…

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-development-swarm.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-development-swarm)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/qcsd-development-swarm"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/qcsd-development-swarm.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,344 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.00057 $0.02344
Opus 5 $0.00028 $0.01172
Sonnet 5 $0.00011 $0.00469
Haiku 4.5 $0.00006 $0.00234

Measured 3d ago against content hash a5f883558ec2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

qcsd-development-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 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.

.claude/skills/qcsd-development-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 Development Swarm v1.0

Shift-left quality engineering swarm for in-sprint code quality assurance.


Overview

The Development Swarm takes refined stories (that passed Refinement) and validates code quality during sprint execution. Where the Ideation Swarm asks "Should we build this?" and the Refinement Swarm asks "How should we test this?", the Development Swarm asks "Is the code quality sufficient to ship?"

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

  • SOURCE_PATH: Source code directory to analyze (required, e.g., src/auth/)
  • TEST_PATH: Test directory for coverage analysis (optional, e.g., tests/auth/)
  • OUTPUT_FOLDER: Where to save reports (default: ${PROJECT_ROOT}/Agentic QCSD/development/)

ENFORCEMENT RULES - READ FIRST

Rule Enforcement
E1 You MUST spawn ALL THREE core agents (qe-tdd-specialist, qe-code-complexity, qe-coverage-specialist) 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 SHIP/CONDITIONAL/HOLD 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-defect-predictor analysis on ALL code changes in Step 8. Always.
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. 3d ago First seen · 207 lines · 57 tokens per session scan A a5f883558ec2

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

swarm-advanced

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows.

ruvnet/RuView · 21 tokens

Pair Programming

AI-assisted pair programming with multiple modes (driver$navigator$switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with…

ruvnet/ruflo · 61 tokens

swarm-advanced

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows.

ruvnet/ruflo · 21 tokens

swarm-advanced

Advanced swarm-orchestration patterns for research, development, testing, and complex distributed workflows. Use when scaling beyond a few agents, designing dynamic swarm topologies, or coordinating large parallel agent workloads.

frankxai/claude-skills-library · 44 tokens

production-engineering-workflows

End-to-end production engineering workflows that encode the complete software development lifecycle into repeatable, quality-gated agent commands. Covers everything from spec-driven ideation through planning, test-driven implementation, automated testing, rigorous code review, web performance auditing, code…

JPeetz/agent-skills · 204 tokens

sparc-methodology

SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration.

ruvnet/RuView · 29 tokens