test-review

Coordinate automated testing reviews and generate Cursor-format remediation plans.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/danalexilewis/taskgraph --skill test-review-danalexilewis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/danalexilewis/taskgraph/tree/main/.cursor/skills/review-tests
Command: npx skills add https://github.com/danalexilewis/taskgraph --skill test-review-danalexilewis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams audit and improve testing strategies by orchestrating automated subagents to review coverage, quality, and infrastructure, and by producing a Cursor-formatted plan for remediation.

Core Features & Use Cases

  • Automated testing review: Dispatches three fast subagents to scan coverage, assess quality, and map infrastructure.
  • Actionable reporting: Generates a comprehensive report and a plan that can be imported into TaskGraph.
  • Guided workflow for teams: Provides a structured, repeatable process for improving test health across projects.

Quick Start

Run a review request to start the analysis and generate a plan for test improvements.

Frequently Asked Questions about test-review

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

FAQPage Schema
How do I coordinate an automated test review for a monorepo with multiple packages?▼

To coordinate a test review for a monorepo, this Skill dispatches three subagents to analyze test coverage, quality, and infrastructure, synthesizing the findings into a comprehensive report and a remediation plan.

What is the best way to identify testing infrastructure gaps and coverage issues?▼

Identifying testing infrastructure gaps involves mapping infrastructure and scanning coverage using automated subagents, which this Skill orchestrates to evaluate test health and output an actionable remediation plan.

How do I generate a Cursor-format remediation plan for test improvements?▼

You can generate a Cursor-format remediation plan by running a review request through this Skill, which synthesizes subagent findings into a structured plan under the plans directory.

Can I audit test quality across multiple packages without manual inspection?▼

Yes, you can audit test quality across multiple packages by dispatching an automated test-quality-auditor subagent, which evaluates testing strategies and reports gaps without manual inspection.

Does this test review process require any specific project configuration files?▼

The test review process requires a SKILL.md frontmatter containing a name and description, and it outputs the generated analysis report under the reports directory and the plan under plans.

When should I use an automated test review instead of manual test auditing?▼

An automated test review is ideal when you need a structured, repeatable process to quickly identify coverage, quality, and infrastructure gaps across monorepos, replacing slow manual auditing.