test.analyzer

Parse test logs from frameworks like Google Test and pytest into summary reports.

Updated Aug 9, 2025
One-click install
npx skills add https://github.com/chrislyons/orpheus-sdk --skill test-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test.analyzer
Source: https://github.com/chrislyons/orpheus-sdk/tree/main/.claude/skills/shared/test-analyzer
Command: npx skills add https://github.com/chrislyons/orpheus-sdk --skill test-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

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.