test.analyzer

Community

Summarize test results, pinpoint failures.

Authorchrislyons
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Sifting through verbose test logs to find failures and understand their impact is time-consuming. This skill automates the parsing of test outputs from various frameworks, providing concise summaries and actionable insights, allowing you to quickly identify and address quality issues.

Core Features & Use Cases

  • Multi-Framework Support: Parses output from popular test frameworks like Google Test, ctest, Jest, pytest, and Cargo Test.
  • Actionable Summaries: Generates clear reports highlighting passed/failed tests, coverage, and sanitizer errors.
  • Root Cause Suggestions: Offers insights into likely causes of failures, accelerating debugging.
  • Use Case: After a large test run, instead of manually scanning the log, use this skill to get a report detailing exactly which tests failed, why, and what modules are affected, along with coverage trends.

Quick Start

Analyze the attached 'LastTest.log' file and provide a summary of test results, including any failures.

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.analyzer
Download link: https://github.com/chrislyons/orpheus-sdk/archive/main.zip#test-analyzer

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