test-fix

Installation
SKILL.md

Test Fix

Systematic approach to diagnosing and fixing failing tests.

Process

Step 1: Identify Failing Tests

cargo test --all
cargo test test_name -- --exact --nocapture

Step 2: Reproduce Locally

# With debug logging
RUST_LOG=debug cargo test test_name
Installs
32
GitHub Stars
9
First Seen
Feb 21, 2026
test-fix — d-o-hub/rust-self-learning-memory