qa-review

Analyze software testing practices for coverage gaps, edge cases, and regression risks.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/faustellar1995/pycoder --skill qa-review-faustellar1995
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-review
Source: https://github.com/faustellar1995/pycoder/tree/main/skills/qa-review
Command: npx skills add https://github.com/faustellar1995/pycoder --skill qa-review-faustellar1995

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill assists QA engineers in systematically reviewing code for test coverage, edge cases, and regression risks, enhancing testing effectiveness.

Core Features & Use Cases

  • Coverage analysis: Identifies untested code paths and evaluates test quality to improve test suite robustness.
  • Edge case identification: Highlights missing boundary, type, concurrency, and state transition scenarios critical for production stability.
  • Regression risk assessment: Detects potential points of failure due to recent changes and verifies existing behavior preservation.
  • Test plan generation: Provides structured templates for unit, integration, regression, and manual verification tests upon request.
  • Test health metrics: Tracks testing effectiveness over time, including coverage trends and flaky tests, supporting quality improvements.

Quick Start

Ask for a QA review analysis of recent code changes to identify testing gaps and risks.

Frequently Asked Questions about qa-review

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

FAQPage Schema
How do I identify missing edge cases and coverage gaps in my software testing?

To identify missing edge cases and coverage gaps, you can analyze software testing practices to evaluate test completeness and highlight missing boundary, type, concurrency, and state transition scenarios critical for production stability.

What is the best way to generate a structured test plan for unit and integration tests?

Generating a structured test plan involves using analysis of coverage gaps and edge cases to provide structured templates for unit, integration, regression, and manual verification tests upon request.

Can I track test health metrics like coverage trends and flaky tests over time?

You can track test health metrics by monitoring testing effectiveness over time, including coverage trends and flaky tests, which supports continuous quality improvements in your test suite.

When do I need a comprehensive QA review for my code changes?

You need a comprehensive QA review when you want to systematically review code for test coverage, edge cases, and regression risks, enabling QA teams to prioritize improvements before deployment.