test-fix

Community

Diagnose and fix failing Rust tests fast.

Authord-o-hub
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured approach to diagnosing and fixing failing tests in Rust projects, helping you identify root causes like async/await issues, race conditions, or database connections, and guiding through deterministic fixes.

Core Features & Use Cases

  • Systematic failure identification: capture test name, failure message, stack trace, and location to guide fixes.
  • Root-cause diagnosis templates: common failure patterns (async/await, DB errors, race conditions, type/lifetime errors) with actionable fixes.
  • Reproduction & verification guidance: reproduce failing tests deterministically and validate fixes with repeated runs.

Quick Start

Run cargo test --all to reproduce failures, then follow the steps to diagnose and apply fixes. For example, fix a missing await in an async test and rerun with cargo test test_name -- --nocapture.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: test-fix
Download link: https://github.com/d-o-hub/rust-self-learning-memory/archive/main.zip#test-fix

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