tdd-qa — for Claude Code tdd-qa, community, for Claude Code, ide skills, mocking-guidelines.md, interface-design.md, write-scenarios, tdd-cycle, backtest, mutation-check

v1.0.0

Об этом навыке

Подходящий сценарий: Perfect for Development Agents needing automated testing workflows with TDD and regression testing capabilities. Локализованное описание: Boundary: CORE/testing-guide.md = philosophy (always loaded). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Возможности

Workflow Routing (SYSTEM PROMPT)
Set up testing: "set up testing", "init testing", "bootstrap test infra"
- READ: ${PAI DIR}/skills/tdd-qa/workflows/init-project.md
- EXECUTE: Copy templates, create specs/ dir, configure bunfig.toml
Define test scenarios: "write scenarios for X", "define test cases", "spec out the feature"

# Ключевые темы

multicam multicam
[2]
[0]
Обновлено: 3/28/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Подходящий сценарий: Perfect for Development Agents needing automated testing workflows with TDD and regression testing capabilities. Локализованное описание: Boundary: CORE/testing-guide.md = philosophy (always loaded). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Зачем использовать этот навык

Рекомендация: Empowers agents to automate testing workflows using file system-based context management, supporting RED→GREEN→REFACTOR cycles, and regression testing with JUnit XML baselines, enforcing quality gates and providing mutation score analysis with StrykerJS.

Подходит лучше всего

Подходящий сценарий: Perfect for Development Agents needing automated testing workflows with TDD and regression testing capabilities.

Реализуемые кейсы использования for tdd-qa

Сценарий использования: Automating TDD cycles for new feature development
Сценарий использования: Running test pyramids for comprehensive test coverage
Сценарий использования: Debugging regressions with backtesting and quality gate enforcement
Сценарий использования: Verifying E2E browser functionality with devtools-mcp
Сценарий использования: Analyzing test effectiveness with mutation testing

! Безопасность и ограничения

  • Ограничение: Requires project initialization with 'init-project' workflow
  • Ограничение: Limited to supporting TDD and regression testing workflows
  • Ограничение: Dependent on specific file formats like JUnit XML for baselining

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-демо

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ и шаги установки

These questions and steps mirror the structured data on this page for better search understanding.

? Частые вопросы

Что такое tdd-qa?

Подходящий сценарий: Perfect for Development Agents needing automated testing workflows with TDD and regression testing capabilities. Локализованное описание: Boundary: CORE/testing-guide.md = philosophy (always loaded). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Как установить tdd-qa?

Выполните команду: npx killer-skills add multicam/qara/tdd-qa. Она работает с Cursor, Windsurf, VS Code, Claude Code и более чем 19 другими IDE.

Для чего можно использовать tdd-qa?

Ключевые сценарии использования: Сценарий использования: Automating TDD cycles for new feature development, Сценарий использования: Running test pyramids for comprehensive test coverage, Сценарий использования: Debugging regressions with backtesting and quality gate enforcement, Сценарий использования: Verifying E2E browser functionality with devtools-mcp, Сценарий использования: Analyzing test effectiveness with mutation testing.

Какие IDE совместимы с tdd-qa?

Этот навык совместим с Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у tdd-qa?

Ограничение: Requires project initialization with 'init-project' workflow. Ограничение: Limited to supporting TDD and regression testing workflows. Ограничение: Dependent on specific file formats like JUnit XML for baselining.

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add multicam/qara/tdd-qa. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать tdd-qa в текущем проекте.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

tdd-qa

Локализованное описание: Boundary: CORE/testing-guide.md = philosophy (always loaded). This AI agent skill supports Claude Code, Cursor, and Windsurf...

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Workflow Routing (SYSTEM PROMPT)

Set up testing: "set up testing", "init testing", "bootstrap test infra" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/init-project.md -> EXECUTE: Copy templates, create specs/ dir, configure bunfig.toml

Define test scenarios: "write scenarios for X", "define test cases", "spec out the feature" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/write-scenarios.md -> EXECUTE: Create Given/When/Then specs from requirements

Run a TDD cycle: "run TDD on X", "red green refactor", "TDD this feature" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/tdd-cycle.md -> EXECUTE: RED→GREEN→VERIFY loop with 2-retry escalation

Run test pyramid: "run the pyramid", "run all test layers", "full test suite" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/run-pyramid.md -> EXECUTE: Static→Unit→Integration→E2E in sequence

Check for regressions: "backtest", "check regressions", "compare test results", "quality gate" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/backtest.md -> EXECUTE: Compare JUnit XML baselines, check coverage delta, enforce gates

E2E browser verification: "verify E2E", "browser test", "e2e scenarios", "smoke test the UI" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/e2e-verify.md -> EXECUTE: Run scenarios via devtools-mcp, auto-draft .spec.ts

Mutation testing: "run mutation tests", "check mutation score", "how good are my tests" -> READ: ${PAI_DIR}/skills/tdd-qa/workflows/mutation-check.md -> EXECUTE: Run StrykerJS, report mutation score (advisory)

Philosophy/patterns/mocking: Not in this skill — see CORE testing-guide.md, mocking-guidelines.md, interface-design.md.

Boundary: CORE/testing-guide.md = philosophy (always loaded). This skill = executable blueprints (on-demand fork context).

Usage Modes

ModeFlow
New featurewrite-scenarios -> tdd-cycle -> backtest
Bug fixtriage-issue -> fix -> backtest
Confidencebacktest or run-pyramid
New projectinit-project (once)

Workflow steps are typed deterministic or agentic (Stripe Minions pattern). See references/blueprint-pattern.md.

Bombadil (v0.3.2) is experimental — invoke explicitly, not routed by default. → READ: workflows/explore-bombadil.md when user asks for Bombadil exploration.

Lifecycle Completion

Minimum Complete Cycle

  1. write-scenarios — Given/When/Then specs (mandatory human review gate at step 4)
  2. tdd-cycle — RED→GREEN→REFACTOR for each scenario
  3. backtest — regression check, baseline update

Complete when backtest passes with zero regressions and baseline updated.

Optional Extensions

ExtensionWhen to suggestPrerequisite
mutation-checkAfter backtest passes, for critical code pathsStrykerJS installed
e2e-verifyWhen feature has a browser UIdevtools-mcp available
run-pyramidBefore merging a PR, as final confidence checkTests exist at multiple layers

System-Level "Done"

A feature is fully tested when:

  • All quality gates pass (zero regressions, coverage not decreased)
  • Baseline updated
  • JM has reviewed and approved scenarios

Do not proactively run optional extensions unless JM asks or the feature touches critical code paths.

Composing Workflows

Canonical Sequences

Request typeSequenceSkippable steps
New featurewrite-scenarios → tdd-cycle → backtestwrite-scenarios skippable if JM provides inline requirements
Bug fixtdd-cycle (RED: failing test for bug) → backtestwrite-scenarios usually skipped for single bugs
Confidence checkbacktest or run-pyramidBoth standalone
Refactoringbacktest (before) → refactor → backtest (after)No TDD cycle — existing tests are the safety net

Ambiguous Requests

If a request spans multiple workflows, ask which workflow to start with rather than guessing. Example: "add auth and make sure nothing breaks" could mean write-scenarios + tdd-cycle + backtest, or just a confidence backtest on existing code.

Связанные навыки

Looking for an alternative to tdd-qa or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик