test-review

Review unit, integration, and end-to-end tests for coverage gaps and flaky tests.

Updated Sep 12, 2021
One-click install
npx skills add https://github.com/cerico/macfair --skill test-review-cerico
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/cerico/macfair/tree/main/files/claude/skills/test-review
Command: npx skills add https://github.com/cerico/macfair --skill test-review-cerico

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps software teams review test suites to identify coverage gaps, quality issues, and common mistakes before merging changes.

Core Features & Use Cases

  • Gap analysis: scans unit, integration, and end-to-end tests for coverage gaps and flaky tests.
  • Quality guidance: provides concrete recommendations for improving assertions, mocks, and test structure.
  • Report generation: outputs a structured report with file:line references and suggested fixes.
  • Use Case: imagine a feature with insufficient test coverage; run this Skill to surface critical gaps and actionable improvements.

Quick Start

Run the test-review Skill on the current project to generate a findings report for the changed tests.

Frequently Asked Questions about test-review

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

FAQPage Schema
How do I review existing tests for coverage gaps and flaky tests before merging?

Vitest test quality review identifies gaps and flaky tests by scanning unit, integration, and end-to-end test suites, providing actionable remediation steps and a summary suitable for CI review.

Can I use an automated tool to find Playwright e2e test gaps?

Yes, automated test review scans Playwright end-to-end tests to surface coverage gaps, quality issues, and common mistakes, providing concrete recommendations for improving assertions and mocks.

What is the best way to catch common mistakes in Vitest and Playwright test suites?

The best way to catch common mistakes in Vitest and Playwright test suites is to run an automated test review that applies gap analysis, outputs structured reports with file:line references, and provides actionable remediation steps.

Does test review work with unit, integration, and end-to-end tests?

Test review works with unit, integration, and end-to-end tests across Vitest, Playwright, and related frameworks, scanning them to identify coverage gaps and flaky tests while generating a structured findings report.

How do I generate a CI review report for test quality issues?

To generate a CI review report for test quality issues, run an automated test review on your project to output a structured findings report with file:line references, actionable remediation steps, and a summary suitable for CI review.