qa-swarm:implement

Implement prioritized QA Swarm findings with TDD tests and code fixes.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/MisterVitoPro/qa-swarm --skill qa-swarm-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-swarm:implement
Source: https://github.com/MisterVitoPro/qa-swarm/tree/main/plugins/qa-swarm/skills/implement
Command: npx skills add https://github.com/MisterVitoPro/qa-swarm --skill qa-swarm-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning QA Swarm analysis into executable fixes by orchestrating TDD test creation, targeted code changes, and iterative verification so teams can close prioritized issues reliably and traceably.

Core Features & Use Cases

  • TDD-first implementation: Generates and assigns tests, then implements fixes while preserving test-first discipline.
  • Phased, prioritized workflow: Runs P0→P3 phases with strict ordering, retries, halting rules, and incremental results tracking.
  • Agent orchestration & traceability: Creates structured tasks (pipeline, phase, and per-finding), references spec sections for each fix, and updates a results file for auditability.
  • Safety guards: Verifies clean working tree before edits, supports Context7 MCP when available, and requires user confirmation for risky actions.

Quick Start

Run the implement skill with the QA Swarm report, spec, and test plan file paths to create tests and apply fixes until the suite passes.

Frequently Asked Questions about qa-swarm:implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TDD test creation and code fixes from a QA report?

Automate TDD test creation and code fixes by providing a QA Swarm report, implementation spec, and test plan file path, then iteratively applying fixes until the test suite passes.

What is the best way to orchestrate phased bug triage and test-driven development?

Orchestrate phased bug triage and test-driven development by running strict P0–P3 implementations with retries, halting rules, and incremental results tracking to close prioritized issues reliably.

What inputs do I need to run automated test-driven code fixes?

Automated test-driven code fixes require three file-path inputs for the QA Swarm report, implementation spec, and test plan, along with a clean git working tree before applying edits.

Do I need a clean git working tree to apply TDD-driven code fixes?

A clean git working tree is required to apply TDD-driven code fixes; the skill verifies the working tree state before edits and prompts the user to confirm any risky actions.

How does phased task orchestration work for prioritized bug fixes?

Phased task orchestration for prioritized bug fixes works by creating structured tasks across pipeline, phase, and per-finding levels, referencing spec sections and updating a results file for auditability.

Can I use Context7 MCP with automated TDD test and fix workflows?

Context7 MCP can optionally be used with automated TDD test and fix workflows when available, supporting the project's detected test command during iterative verification.