test-diff-analyzer

Community

Analyze test differences across runs to identify flaky tests.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps identify flaky tests by comparing results across multiple test runs and CI.

Core Features & Use Cases

  • Run and capture tests: Run tests and collect logs for comparison.
  • Compare runs: Diff multiple test outputs to expose instability.
  • Root cause guidance: Provide indicators of when and why tests fail.

Quick Start

Run tests and capture: pixi run mojo test -I . tests/ > /tmp/test_run_1.log Compare two runs: diff -u /tmp/test_run_1.log /tmp/test_run_2.log Identify flaky tests: grep "FAILED" /tmp/test_run_*.log | sort | uniq -c

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-diff-analyzer
Download link: https://github.com/mvillmow/ml-odyssey/archive/main.zip#test-diff-analyzer

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