generating-test-reports

|

Content Preview
---
name: generating-test-reports
description: |
  Generate comprehensive test reports with metrics, coverage, and visualizations.
  Use when performing specialized testing.
  Trigger with phrases like "generate test report", "create test documentation", or "show test metrics".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:report-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Test Report Generator
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-test-reports.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/test-report-generator/skills/generating-test-reports/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/testing/test-report-generator/skills/generating-test-reports/SKILL.md

Related Skills