test-fixing

Run tests, group errors by type and module, and fix failures incrementally.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill test-fixing-jokken79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-fixing
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/test-fixing
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill test-fixing-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly identify and fix failing tests by applying a smart error-grouping workflow that guides targeted fixes.

Core Features & Use Cases

  • Initial test run to identify failures.
  • Smart error grouping by error type and module to prioritize work.
  • Systematic fix plan per group plus incremental verification to ensure stability.
  • Repeatedly adapt the workflow in CI/CD pipelines for evolving codebases.

Quick Start

Run the test suite to start the automated fix workflow.

Frequently Asked Questions about test-fixing

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

FAQPage Schema
How do I diagnose and repair test failures in a CI pipeline?

You can diagnose and repair test failures by running a workflow that groups errors by type and module to triage failures, prioritizes fixes, and validates changes for stability. This applies to local development, CI pipelines, and pull request validations.

What is smart error grouping for test fixing?

Smart error grouping for test fixing is a mechanism that categorizes test failures by error type and module to prioritize work. It creates a systematic fix plan for each group to guide targeted repairs instead of addressing errors randomly.

How do I fix failing tests systematically during local development?

You fix failing tests systematically by running the suite to identify failures, grouping errors by type and module, and applying a fix plan per group. The workflow repeatedly validates changes incrementally to ensure codebase stability.

Can I use automated test fixing for pull request validations?

Yes, you can use automated test fixing for pull request validations. The workflow runs tests, groups errors, prioritizes the fixes needed, and validates the changes to triage and repair test failures specifically within PR validation contexts.

What is the best way to triage test failures in an evolving codebase?

The best way to triage test failures in an evolving codebase is to use a repeatable workflow that adapts to changes by running tests, grouping errors by type and module, prioritizing fixes, and incrementally verifying the changes.

Why group test errors by type and module before applying fixes?

Grouping test errors by type and module before applying fixes prioritizes work and creates a systematic fix plan per group. This targeted approach ensures efficient triage and incremental verification of changes for better stability.