fix-test-failures

Official

Fix test failures with AI-assisted patches.

AuthorVectorInstitute
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill systematically analyzes test failures and applies targeted fixes to unit, integration, and frontend tests, reducing debugging time and keeping test suites green.

Core Features & Use Cases

  • Failure Analysis: parse test failure logs to identify root causes
  • Frontend Tests: adjust component APIs, mocks, and snapshots for updated dependencies
  • Backend Tests: update fixtures, data structures, and expectations in pytest/unittest setups
  • Integration Tests: verify API contracts and timing-related adjustments
  • Use Case: A repository sees flaky or failing tests after a dependency upgrade; this Skill patches tests to reflect new behavior and re-aligns expectations.

Quick Start

Apply fix-test-failures to a PR with failing tests; the Skill will analyze failure logs, apply minimal, targeted test fixes, and re-run tests to confirm the fix.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fix-test-failures
Download link: https://github.com/VectorInstitute/aieng-bot-maintain/archive/main.zip#fix-test-failures

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository