test-fixing

Group failing test errors and guide prioritized incremental fixes.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/CaptainPhantasy/floyd-v5 --skill test-fixing-captainphantasy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-fixing
Source: https://github.com/CaptainPhantasy/floyd-v5/tree/main/extensibility/skills/testing/test-fixing
Command: npx skills add https://github.com/CaptainPhantasy/floyd-v5 --skill test-fixing-captainphantasy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the identification and remediation of failing tests by applying intelligent error grouping and a prioritized workflow.

Core Features & Use Cases

  • Automatic failure grouping: classify failures by type to reveal root causes.
  • Prioritized fixes: infrastructure issues first, then test code, API changes, and logic.
  • Incremental verification: run focused subsets and then the full suite to confirm fixes.

Quick Start

Run your test suite and ask the AI to group failures and guide fixes.

Frequently Asked Questions about test-fixing

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

FAQPage Schema
How do I systematically fix failing tests when there are cascading or flaky failures?

To fix failing tests with cascading failures, group errors by type to reveal root causes, then apply a prioritized workflow resolving infrastructure, test code, API changes, and logic sequentially.

What is the best way to group test failures before applying fixes?

Grouping test failures involves classifying errors by type to reveal root causes, enabling incremental verification through focused subsets before running the full suite to confirm fixes.

How do I prioritize test fixes for pytest, npm test, and go test workflows?

Prioritize test fixes by addressing infrastructure issues first, then test code, followed by API changes, and finally logic errors to systematically guide incremental repairs across pytest, npm test, and go test.

Does this test-fixing workflow handle flaky failures and diverse test suites?

Yes, this test-fixing workflow handles flaky failures and diverse test suites by applying intelligent error grouping and per-group verification to guide incremental repairs.

How do I verify test fixes incrementally without rerunning the entire suite repeatedly?

Verify test fixes incrementally by running focused subsets of tests per failure group first, then executing the full suite to confirm all repairs are successful.