tdd:fix-tests

Find and fix failing tests after code changes while preserving business logic.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill tdd-fix-tests-luicabref97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd:fix-tests
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/tdd-fix-tests
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill tdd-fix-tests-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually identifying and patching failing tests after code changes is time-consuming and error-prone; this skill orchestrates automated fixes while preserving core behavior.

Core Features & Use Cases

  • Orchestrates automated TDD-based fixes across failing tests with agent coordination.
  • Preserves business logic while addressing test failures and regression risks.
  • Enables end-to-end validation by running the full test suite after applying fixes.

Quick Start

Run the TDD workflow to identify failing tests, then coordinate automated fixes via agents until all tests pass.

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?

Automating failing test fixes involves discovering broken tests after code changes and orchestrating agent-based collaboration to patch them iteratively. This workflow coordinates those automated fixes while preserving core business logic and validating the full test suite.

What is the best way to fix broken tests without changing business logic?

Fixing broken tests without altering business logic requires non-invasive test patching guided by strict rules. This workflow applies targeted fixes to the tests rather than the source code, ensuring the original business behavior remains fully preserved.

How does agent-based collaboration work for TDD test debugging?

Agent-based collaboration for TDD debugging works by coordinating automated agents that discover failing tests across the codebase and iteratively apply fixes. The agents operate under strict guidance to ensure changes are non-invasive and safe.

Can I run full test-suite validation after applying automated test fixes?

Yes, you can run full test-suite validation after applying automated test fixes. This workflow enables end-to-end validation by executing the entire test suite, ensuring that the applied patches introduce no new regressions across the codebase.

Does automated test discovery work for regression risks across the codebase?

Automated test discovery works for regression risks by scanning the codebase to identify failing tests after code changes. It orchestrates iterative verification to address these failures while ensuring non-invasive changes that protect business logic.