test-feedback

Diagnose test failures and propose fixes from test output.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Integralist/agent-skills --skill test-feedback-integralist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-feedback
Source: https://github.com/Integralist/agent-skills/tree/main/.agents/skills/test-feedback
Command: npx skills add https://github.com/Integralist/agent-skills --skill test-feedback-integralist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps diagnose and fix test failures in a codebase, reducing the time spent on debugging and improving code quality.

Core Features & Use Cases

  • Diagnosis of Test Failures: Automatically identifies and parses test failure output.
  • Interactive Fixing: Guides the user through applying fixes to the failures.
  • Use Case: When a user shares test output indicating that tests are failing, this Skill can be used to diagnose the root causes and apply fixes interactively.

Quick Start

Run the test-feedback skill on the test output file at /tmp/output.

Frequently Asked Questions about test-feedback

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

FAQPage Schema
How do I diagnose and fix test failures in my codebase?

To diagnose test failures, you can use an interactive tool that automatically parses test output, identifies root causes, and guides you through applying code fixes to improve code quality and reduce debugging time.

What is the best way to find the root cause of failing tests?

Finding the root cause of failing tests involves parsing test output to automatically identify failure points and interactively proposing fixes, which reduces manual debugging effort and helps maintain codebase quality.

How does interactive test failure diagnosis work?

Interactive test failure diagnosis works by taking test output, pinpointing the root causes of the failures, and then guiding you step by step to apply the necessary fixes directly within your codebase.

Can I automatically parse test output to apply fixes interactively?

Yes, you can automatically parse test output to identify failure root causes and interactively apply fixes, provided the tool has access to the test output file and the ability to modify the codebase.

What do I need to start diagnosing test failures interactively?

To start diagnosing test failures interactively, you need access to your test output, such as a file at a specified path, and the ability to apply fixes within the codebase environment.

Are there limitations to interactive test failure fixing tools?

Interactive test failure fixing requires direct access to test output and the ability to apply changes to the codebase, meaning it may not work if the testing environment is isolated or fixes cannot be applied automatically.