Parse and analyze test results from various formats
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill test_report_parser --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Report Parser?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-test-report-parser)More formats (shields.io, HTML) on the badges page.
---
name: test-report-parser
description: Parse and analyze test results from various formats
activation_keywords: [test, report, parse, junit, coverage, result, xml, json]
execution_mode: server
---
# Test Report Parser Skill
Parse test results from various formats:
- **JUnit XML**: Parse JUnit test reports
- **JSON**: Parse JSON test output
- **Cobertura**: Parse coverage reports
- **JaCoCo**: Parse Java coverage reports
- **Istanbul**: Parse JavaScript coverage
Use `builtin_test_report_parser` tool with fields:
- `operation`: "parse" | "summary" | "failures"
- `format`: "junit" | "json" | "cobertura" | "jacoco" | "istanbul"
- `path`: Path to test report file
- `filters`: (optional) Filter by status: "passed" | "failed" | "skipped"
Returns:
- Total tests, passed, failed, skipped count
- Test duration
- Failure details with stack traces
- Coverage percentage (if available)Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.