comprehensive-test-review

Review pytest test suites for coverage gaps and quality issues.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/rauly-1408/order-saas --skill comprehensive-test-review-rauly-1408
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comprehensive-test-review
Source: https://github.com/rauly-1408/order-saas/tree/main/.claude/skills/comprehensive-test-review
Command: npx skills add https://github.com/rauly-1408/order-saas --skill comprehensive-test-review-rauly-1408

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify weak test coverage, poor test practices, and reliability issues in pytest suites before they affect releases or refactors.

Core Features & Use Cases

  • Test Coverage Auditing: Reviews coverage levels, critical paths, missing cases, and gaps in test completeness.
  • Quality Checklist Review: Evaluates isolation, naming, mocking practices, type safety, and maintainability of tests.
  • Use Case: Analyze a Python project's pytest suite before a major release to find coverage risks, flaky patterns, and recommended improvements.

Quick Start

Use the comprehensive-test-review skill to audit the tests in my specified directory and provide prioritized findings.

Frequently Asked Questions about comprehensive-test-review

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

FAQPage Schema
How do I review pytest test coverage and identify gaps before a release?

To review pytest test coverage, you audit the suite to evaluate critical paths, missing cases, and overall completeness. This process isolates weak coverage risks and highlights flaky patterns to resolve before major releases or refactoring.

What is a test quality audit for Python testing suites?

A test quality audit evaluates isolation, naming conventions, mocking practices, and type safety within your Python testing suite. It identifies reliability issues and poor test practices to maintain codebase health during refactoring.

How do I check mocking practices and test isolation in pytest?

Checking mocking practices and test isolation involves evaluating how tests run independently without side effects. The review checks mock usage and naming conventions to ensure maintainability and reliable test execution.

Can I use a test review for Python type safety and maintainability checks?

Yes, you can use a test review for Python type safety checks by evaluating type annotations within your tests. The audit assesses maintainability and type safety practices to ensure your pytest suite remains robust.

What are common test maintenance scenarios for pytest suites?

Common test maintenance scenarios include preparing for major releases and conducting refactoring audits. During these scenarios, you review test completeness and reliability issues to prevent weak coverage from affecting your software.