qa-review

Analyze software testing strategies for coverage, fault detection, and infrastructure health.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/disciplin-run-org/jjstack --skill qa-review-disciplin-run-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-review
Source: https://github.com/disciplin-run-org/jjstack/tree/main/skills/qa-review
Command: npx skills add https://github.com/disciplin-run-org/jjstack --skill qa-review-disciplin-run-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams verify the effectiveness and thoroughness of their QA test suites, ensuring they accurately detect bugs rather than merely existing.

Core Features & Use Cases

  • Load and interpret QA philosophies, standards, and project configurations. Detect testing gaps or weaknesses in coverage, mutation scores, and test types.
  • Assess test landscape and metrics, including test count, coverage, mutation scores, and recent results.
  • Conduct comprehensive multi-dimensional reviews of test depth, coverage, failure triage, and infrastructure health.
  • Use Case: Use this Skill to audit your QA suite before a major release, identifying weak spots and actionable improvements to increase test reliability and confidence.

Quick Start

Ask the AI to review your current test suite and identify potential coverage gaps and performance issues.

Frequently Asked Questions about qa-review

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

FAQPage Schema
How do I evaluate if my test suite effectively catches bugs?

Evaluating test suite effectiveness involves analyzing test coverage, fault detection rates, and mutation scores. This process assesses the robustness of QA metrics and tooling to ensure accurate bug detection in complex codebases.

What is mutation testing and how does it indicate test quality?

Mutation testing measures test quality by introducing small code faults to verify if tests fail. High mutation scores indicate robust bug detection, while low scores expose testing gaps where your suite misses actual implementation failures.

How do I audit my QA process before a major release?

Auditing a QA process before release requires a multi-dimensional review of test depth, coverage, failure triage, and infrastructure health. This identifies weak spots and actionable improvements to increase test reliability and confidence.

Can I assess test infrastructure health across development environments?

Yes, you can assess test infrastructure health across development environments. A comprehensive QA review evaluates failure management and infrastructure stability to ensure bug detection effectiveness in complex codebases.

Why does high test coverage still miss bugs in my codebase?

High test coverage misses bugs when tests lack depth or fail to assert correct behaviors. Analyzing mutation scores and fault detection effectiveness reveals testing gaps that standard coverage metrics fail to expose.