review-tests

Discover test files, launch parallel review agents, and aggregate findings into a summary report.

60|13|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/leogodin217/leos_claude_starter --skill review-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-tests
Source: https://github.com/leogodin217/leos_claude_starter/tree/main/.claude/skills/review-tests
Command: npx skills add https://github.com/leogodin217/leos_claude_starter --skill review-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of reviewing code tests by automating their discovery, parallelization, and aggregation of findings, ensuring comprehensive test coverage and quality.

Core Features & Use Cases

  • Automated Test Discovery: Identifies all relevant test files within a project.
  • Parallel Review Execution: Leverages multiple agents to review tests concurrently for efficiency.
  • Structured Reporting: Consolidates review feedback into a clear, actionable summary.
  • Use Case: When a new feature is developed, this Skill can be used to quickly assess the quality and completeness of its associated unit tests before merging.

Quick Start

Use the review-tests skill to find and review all Python test files in the current directory.

Frequently Asked Questions about review-tests

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

FAQPage Schema
How do I automate test reviews for my codebase?

Automating test reviews involves discovering test files, mapping them to source modules, and running parallel agents to evaluate quality. This skill orchestrates that entire process, aggregating feedback into a structured summary report for efficient quality assurance.

How does parallel processing work for test file review?

Parallel processing for test review works by planning a parallelization strategy and concurrently launching multiple test-reviewer agents. This allows the system to evaluate multiple test files simultaneously, significantly reducing the time needed for comprehensive code quality assurance.

What is the best way to check unit test quality before merging a feature?

The best way to check unit test quality before merging is to use an automated review process. This skill discovers all relevant test files associated with the new feature, runs parallel reviews, and consolidates the findings into an actionable summary report.

Can I use automated test discovery for Python test files?

Yes, automated test discovery can be used to identify Python test files in your project directory. The skill scans your current directory to find relevant tests, map them to their corresponding source modules, and prepare them for parallel review.

Does automated test review map test files to source modules?

Yes, automated test review maps discovered test files directly to their corresponding source modules. This mapping ensures that the parallel review agents accurately assess test coverage and quality in the context of the actual application code.

When do I need parallel test review agents?

You need parallel test review agents when you want efficient and scalable quality assurance across a large codebase. Using multiple agents concurrently to review tests solves the bottleneck of manual review, providing fast and structured feedback before code merges.