tdd:fix-tests

Orchestrate automated debugging and repair of failing tests after code changes.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dalawwa/labor-methods --skill tdd-fix-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd:fix-tests
Source: https://github.com/dalawwa/labor-methods/tree/main/.cek/plugins/tdd/skills/fix-tests
Command: npx skills add https://github.com/dalawwa/labor-methods --skill tdd-fix-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After business logic changes, tests may fail because they no longer reflect the current behavior. This Skill orchestrates automated fixing of all failing tests using specialized agents.

Core Features & Use Cases

  • Focus on fixing tests - avoid changing business logic unless absolutely necessary
  • Preserve test intent - ensure tests still validate the expected behavior
  • Analyse complexity of changes - if there are 2 or more changed files, or one file with complex logic, then do not write tests yourself — only orchestrate agents!
  • Preparation, Discovery, Run all tests, Identify failing tests, and parallel agent execution to fix them.

Quick Start

Use the tdd:fix-tests skill to orchestrate automated fixing of all failing tests in the project.

Frequently Asked Questions about tdd:fix-tests

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

FAQPage Schema
How do I automate fixing failing tests after code changes?

Automate fixing failing tests by orchestrating specialized agents that repair each failing test file in parallel. This process runs your full test suite, identifies failures, and coordinates parallel agent execution to fix them while preserving the original test intent.

Does automated test repair preserve the original test intent?

Yes, automated test repair enforces preserving test intent to ensure tests still validate the expected behavior. The orchestration agents focus on fixing tests and avoid changing business logic unless absolutely necessary to maintain validation integrity.

When should I use agent orchestration to fix failing tests instead of manual debugging?

You should use agent orchestration to fix failing tests when analyzing complex changes, such as two or more changed files or one file with complex logic. In these scenarios, the process orchestrates specialized agents rather than writing test fixes manually.

Can I run targeted test suite fixes on a mid-sized codebase?

Yes, you can run targeted or full test suite fixes on a mid-sized codebase. The orchestration process supports running full or targeted tests across your project to identify failing files and dispatch parallel agents for repair.

Do I need to know my project's test framework to orchestrate test fixes?

Yes, orchestrating automated test fixes requires knowledge of the project's test framework. This prerequisite ensures the specialized agents can properly execute the test suite, identify failures, and validate the applied fixes across the codebase.