test-review

Review JavaScript/TypeScript test files and produce a graded quality scorecard.

71|7|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/mbwsims/claude-universe --skill test-review-mbwsims
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/mbwsims/claude-universe/tree/main/skills/test-review
Command: npx skills add https://github.com/mbwsims/claude-universe --skill test-review-mbwsims

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill evaluates existing test files to uncover quality issues that could let bugs slip through, providing a structured, actionable scorecard.

Core Features & Use Cases

  • Six‑dimension analysis covering assertion depth, input coverage, error testing, mock health, specification clarity, and independence.
  • Deterministic support using testkit_analyze when available, with a manual fallback.
  • Plan comparison that cross‑checks against a previously generated /test-plan to highlight missing coverage.
  • Prioritized fixes offering concrete code locations and recommended test additions.

Quick Start

Review my latest test file for quality and get a detailed scorecard.

Frequently Asked Questions about test-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess JavaScript test suite quality to find hidden bugs?

Assess JavaScript test suite quality by reviewing assertions, input coverage, error handling, mock usage, specification clarity, and independence to produce a graded scorecard with actionable findings.

What is the best way to grade TypeScript test files for coverage gaps?

Grading TypeScript test files involves evaluating assertion depth and input coverage, cross-checking against a previously generated test plan, and highlighting missing coverage with prioritized fixes.

Does the test review process work without external analysis dependencies?

The test review process works deterministically using testkit analysis when available, and applies manual heuristics as a fallback to evaluate mock health and specification clarity.

How do I check if my existing tests cover the error handling logic in my code?

Check error handling coverage by running a test suite evaluation that specifically targets error testing and mock health, producing a scorecard that identifies gaps allowing bugs to slip through.

Can I compare my current test files against a generated test plan to find missing scenarios?

Compare current test files against a previously generated test plan to highlight missing coverage, evaluating specification clarity and test independence to output a prioritized list of fixes.

What dimensions are evaluated during a test suite quality assessment?

A test suite quality assessment evaluates six dimensions: assertion depth, input coverage, error testing, mock health, specification clarity, and test independence to generate a graded scorecard.