unit-test-review

Automates Angular, React, and Next.js unit test review and completion.

3|Updated May 5, 2026
One-click install
npx skills add https://github.com/bryanvillamilpragma/power-Pragma --skill unit-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unit-test-review
Source: https://github.com/bryanvillamilpragma/power-Pragma/tree/main/skills-registry/workflows/unit-test-review
Command: npx skills add https://github.com/bryanvillamilpragma/power-Pragma --skill unit-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jest, react-scripts, angular, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and completing unit tests for your project, ensuring a high-quality test suite and efficient testing practices.

Core Features & Use Cases

  • Automated Review: Audits existing tests, identifies gaps, and suggests improvements.
  • Test Completion: Automatically generates missing tests based on project patterns and best practices.
  • Cobertura Analysis: Ensures test coverage meets defined targets.
  • Use Case: If you're working on a React application and need to ensure your unit tests are comprehensive, this Skill can assist in identifying and fixing test cases that are missing coverage.

Quick Start

Run the 'unit-test-review' workflow to review and complete unit tests for your project.

Frequently Asked Questions about unit-test-review

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

FAQPage Schema
How do I automate unit test review and completion for my project?

Automating unit test review involves auditing existing tests, identifying missing coverage, and generating new test cases based on project patterns. This Skill performs that automated review and test completion for Angular, React, and Next.js stacks to ensure high-quality test suites.

Can I use this automated test review with my React and Angular frameworks?

Yes, automated test review and completion works with React, Angular, and Next.js stacks. You must have the appropriate test frameworks and libraries installed beforehand, specifically jest and react-scripts, to analyze test coverage and suggest improvements.

What is the best way to identify missing unit tests and improve coverage?

The best way to identify missing unit tests is to perform a Cobertura analysis to ensure coverage meets defined targets. This process audits existing tests, highlights coverage gaps, and suggests improvements based on established project patterns and best practices.

Do I need to install specific test frameworks before running an automated unit test review?

Yes, you need appropriate test frameworks and libraries installed, such as jest, react-scripts, and angular dependencies. The automated unit test review requires these established testing environments to accurately audit existing tests and generate missing test cases.

How does test completion work when gaps are found in my test suite?

Test completion works by automatically generating missing tests based on your project patterns and best practices. After the automated review identifies gaps in your test coverage, it outputs suggested improvements and new test cases to complete your suite.