unit-test-reviewing-test-suite

Review unit test suites and produce severity-tagged findings with a verdict.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wizeline/sdlc-agents --skill unit-test-reviewing-test-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unit-test-reviewing-test-suite
Source: https://github.com/wizeline/sdlc-agents/tree/main/aicores/unit-testing-agent/skills/unit-test-reviewing-test-suite
Command: npx skills add https://github.com/wizeline/sdlc-agents --skill unit-test-reviewing-test-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive quality review of unit test suites, ensuring they are robust, maintainable, and effective, thereby reducing the risk of bugs slipping into production.

Core Features & Use Cases

  • Automated Test Auditing: Analyzes existing or newly generated unit tests against best practices.
  • Quality Scoring: Provides clear scores for coverage and overall test quality.
  • Actionable Feedback: Generates a structured report with severity-tagged findings and specific recommendations for improvement.
  • Use Case: Before merging a pull request, use this Skill to automatically audit the new unit tests for adherence to standards, ensuring high confidence in the code's quality.

Quick Start

Run a quality review on the test suite located in './src/my_module/tests/'.

Frequently Asked Questions about unit-test-reviewing-test-suite

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

FAQPage Schema
How do I audit a unit test suite for quality and correctness?

Auditing unit test suites involves analyzing test files and source code against best practices to evaluate coverage completeness, test independence, readability, and framework compliance, producing a structured report with severity-tagged findings and a final verdict.

What does an automated test quality review check for?

An automated test quality review checks unit tests across dimensions including coverage completeness, test correctness, independence, readability, framework compliance, and security to ensure they are robust, maintainable, and effective.

How do I ensure my new unit tests adhere to standards before a pull request merge?

To ensure new unit tests adhere to standards before a pull request merge, run a standalone quality review on the test suite to automatically generate actionable feedback and clear scores for coverage and overall test quality.

What inputs are needed to review test suite coverage and correctness?

Reviewing test suite coverage and correctness accepts test files, source code, coverage reports, and requirements as input to evaluate the tests comprehensively and identify any gaps or issues.

Can I get a quality score for my existing unit tests?

Yes, reviewing your unit test suite generates clear scores for coverage and overall test quality, providing actionable feedback through a structured report with severity-tagged findings and specific recommendations for improvement.

What is the best way to evaluate test independence and framework compliance?

The best way to evaluate test independence and framework compliance is to run a comprehensive quality review that analyzes the test suite against best practices and outputs a structured report with severity-tagged findings.