workflow-test-fix

Run a five-phase workflow to generate and execute tests until failures are fixed.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill workflow-test-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-test-fix
Source: https://github.com/tcytan/tecton/tree/main/.claude/workflow-skills/workflow-test-fix
Command: npx skills add https://github.com/tcytan/tecton --skill workflow-test-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps when your software tests fail repeatedly by systematically generating a structured test plan, producing candidate tests, and then running an iterative fix cycle until the failures are addressed.

Core Features & Use Cases

  • 5-phase test-fix workflow: Drives a linear pipeline covering session start, test context gathering, concept enhancement, test task generation, and execution.
  • Chain-loaded execution modes: Supports running the full workflow or executing only the test cycle to speed up iteration during debugging.
  • Goal-driven and configurable runs: Uses inputs like session_id and goal to tailor the generated tests and uses auto_yes to reduce confirmation friction in iterative cycles.

Quick Start

Use chain_loader start --chain=workflow-test-fix --entry=execute-only.

Frequently Asked Questions about workflow-test-fix

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

FAQPage Schema
How do I systematically fix repeatedly failing software tests?

To systematically fix failing software tests, this workflow runs a goal-driven, five-phase test generation and execution cycle that gathers context, enhances concepts, generates candidate tests, and iterates until failures are resolved.

What is the best way to automate iterative test generation and debugging?

Automating iterative test generation and debugging is handled by a structured workflow applying chain-loaded execution modes, allowing you to run the full pipeline or execute only the test cycle to speed up iteration.

How do I start a test-fix workflow for debugging?

You start a test-fix workflow for debugging by using the chain_loader start command with the chain entrypoint, providing a session_id, a goal, and an optional auto_yes variable to reduce confirmation friction during iterative runs.

Does the test generation workflow support reducing confirmation prompts during execution?

Yes, the test generation workflow supports reducing confirmation prompts during execution by using the optional auto_yes variable, which minimizes manual confirmation friction during controlled, iterative test execution cycles.

Can I execute only the test cycle without running the full generation pipeline?

Yes, you can execute only the test cycle without running the full generation pipeline through chain-loaded execution modes, which speeds up iteration during debugging by skipping the initial context gathering phases.