cicd-pipeline-qe-orchestrator

cicd-pipeline-qe-orchestrator is a skill for Claude Code from summarybotng/summarybot-ng. It costs 41 tokens per session (2,613 once invoked), scanned A, original, MIT.

A method for coordinating software quality checks across a CI/CD pipeline, from commits and builds through staging and production.

In plain words
What is it for?
Use it to design pipeline test strategies, coordinate quality agents, and set measurable deployment checks.
Why use it?
It helps place the right tests and quality gates at each delivery stage so risky changes can be stopped earlier.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to design pipeline test strategies, coordinate quality agents, and set measurable deployment checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summarybotng/summarybot-ng/cicd-pipeline-qe-orchestrator
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 cicd-pipeline-qe-orchestrator
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 cicd-pipeline-qe-orchestrator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/cicd-pipeline-qe-orchestrator"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/cicd-pipeline-qe-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,613 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.00041 $0.02613
Opus 5 $0.00020 $0.01307
Sonnet 5 $0.00008 $0.00523
Haiku 4.5 $0.00004 $0.00261

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

Security

Grade A, and why

cicd-pipeline-qe-orchestrator 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 7d 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/cicd-pipeline-qe-orchestrator/SKILL.md · 322 lines

How it starts

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

CI/CD Pipeline QE Orchestrator

<default_to_action> When orchestrating quality across CI/CD pipeline:

  1. ANALYZE pipeline phases: commit, build, test, staging, production
  2. SELECT optimal skills and agents for each phase
  3. CONFIGURE quality gates with measurable thresholds
  4. EXECUTE with parallel agent coordination
  5. ADAPT strategy based on risk, complexity, and environment

Quick Phase Selection:

  • Commit (Shift-Left) → TDD, code review, unit tests
  • Build → Coverage analysis, mutation testing, flaky detection
  • Integration → API contracts, performance, security
  • Staging → Chaos testing, visual regression, accessibility
  • Production (Shift-Right) → Synthetic monitoring, RUM, compliance

Critical Success Factors:

  • Quality gates block bad deployments
  • Agents coordinate through memory namespaces
  • Adapt strategy based on risk level </default_to_action>

Quick Reference Card

When to Use

  • Designing pipeline test strategies
  • Implementing quality gates
  • Coordinating multiple QE agents
  • Shift-left and shift-right testing

Phase-Agent Matrix

Phase Primary Agents Key Skills
Commit qe-test-generator, qe-requirements-validator tdd-london-chicago, shift-left
Build qe-test-executor, qe-coverage-analyzer, qe-flaky-test-hunter test-automation, mutation-testing
Test qe-api-contract-validator, qe-performance-tester, qe-security-scanner api-testing, performance, security
Staging qe-chaos-engineer, qe-visual-tester, qe-deployment-readiness chaos-engineering, accessibility
Prod qe-production-intelligence, qe-quality-analyzer shift-right, compliance

Quality Gate Thresholds

Phase Metric Threshold Blocking
Commit Unit coverage > 80% Yes
Build All tests pass 100% Yes
Build Mutation score > 70% No
Test API contracts No breaking changes Yes
Test p95 response < 200ms Yes
Test Security critical 0 Yes
Staging Deployment readiness > 85% Yes

Read the full file on GitHub · 322 lines

Files

What ships with it

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

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. 7d ago First seen · 322 lines · 41 tokens per session scan A db2f5e84d969

Subscribe to this mod's changes

cicd-pipeline-qe-orchestrator is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 3mo ago), licensed MIT. It adds 41 tokens to every session and 2,613 once invoked, about $0.0002 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

CI/CD Pipeline Advanced

Expert-level CI/CD pipeline skill for test automation. Covers GitHub Actions, Jenkins, GitLab CI, Azure DevOps, parallel execution, matrix strategies, caching, artifact management, and deployment gates.

PramodDutta/qaskills · 45 tokens

CI/CD Pipeline Config

CI/CD pipeline configuration skill for test automation, covering GitHub Actions, Jenkins, GitLab CI, test parallelization, reporting, and artifact management.

PramodDutta/qaskills · 35 tokens

implementing-devsecops-security-scanning

Integrates Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Software Composition Analysis (SCA) into CI/CD pipelines using open-source tools. Covers Semgrep for SAST, Trivy for SCA and container scanning, OWASP ZAP for DAST, and Gitleaks for secrets detection. Activates for…

xalgorix/xalgorix · 109 tokens

workflow-setup

Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.

athola/claude-night-market · 37 tokens

hunt-cicd

Hunt CI/CD pipeline vulnerabilities — GitHub Actions workflow injection (pullrequesttarget Pwnrequest + ${{ }}-into-shell), self-hosted runner poisoning, OIDC trust-policy abuse, Jenkins script-console RCE and CVE-2024-23897 file read, GitLab CI runner-token registration, Terraform state file leakage, artifact/log…

uphiago/recon-skills · 118 tokens

CI Pipeline Optimizer

Optimize CI test pipelines through intelligent test splitting, parallelization, caching strategies, and selective test execution based on code changes.

PramodDutta/qaskills · 29 tokens