fix

Diagnose broken tests and distinguish harness breaks from test-logic failures.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill fix-estevanhernandez-stack-ed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/estevanhernandez-stack-ed/vibe-test/tree/main/packages/vibe-test/skills/fix
Command: npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill fix-estevanhernandez-stack-ed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill diagnoses broken tests and test harnesses, distinguishes harness-level breaks from test-logic failures, routes repairs by confidence, and rolls back auto-generated tests to pending when they cause CI breakage.

Core Features & Use Cases

  • Distinguishes harness-level vs test-logic failures to surface the correct repair strategy.
  • Assigns a confidence level and chooses auto-repair, staged fixes, or deferral to specialized skills.
  • Rolls back auto-written generated tests that caused CI breaks and returns them to pending for re-review.
  • Emits structured outputs and state changes to support auditable repair workflows.

Quick Start

Run /vibe-test:fix to diagnose failures, categorize them, and apply safe repairs or staged fixes.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I fix broken CI tests and distinguish harness failures from test logic errors?

To fix broken CI tests, this skill diagnoses failures and distinguishes harness-level breaks from test-logic failures to prescribe minimal, auditable repairs or staged fixes.

What is the best way to rollback auto-generated tests that broke my CI pipeline?

The best way to rollback auto-generated tests that broke CI is using the `.vibe-test/pending/fixes/` workflow, which rolls back broken tests to pending for re-review.

How does automated debugging diagnosis route repairs for failing test suites?

Automated debugging diagnosis routes repairs by assigning a confidence level to each failure, then choosing auto-repair, staged fixes, or deferral to specialized expert skills.

Can I use automated test repair for vibe-coded apps with managed test harnesses?

Yes, you can use automated test repair for vibe-coded apps where tests are authored and harness is managed, applying rollback hooks for auto-generated tests and auditable reporting.

Why does my test harness break instead of the test logic failing?

A test harness breaks independently of test logic failures due to environment or configuration issues, which this skill identifies and categorizes to surface the correct repair strategy.

Do I need specialized expert skills to fix complex test and harness failures?

You only need specialized expert skills when this diagnosis tool defers low-confidence repairs, otherwise it applies minimal, auditable repairs directly to the broken tests or harness.