qa-cover

Generate, repair, and strengthen test code from QA analysis findings.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mgeer/qa-skills --skill qa-cover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-cover
Source: https://github.com/mgeer/qa-skills/tree/main/qa-cover
Command: npx skills add https://github.com/mgeer/qa-skills --skill qa-cover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA Cover provides a practical framework to generate, fix, and strengthen test code based on QA findings, ensuring test suites translate coverage gaps into validated tests.

Core Features & Use Cases

  • Generate new tests for uncovered assertions identified by qa-analyze or qa-review.
  • Strengthen weak tests and fix failing tests to align with business rules.
  • Consolidate related assertions into cohesive test classes and maintain consistency with existing test style.

Quick Start

Run qa-analyze to identify gaps, then invoke qa-cover to generate tests for those gaps.

Frequently Asked Questions about qa-cover

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

FAQPage Schema
How do I generate test code from QA findings automatically?

To generate test code from QA findings automatically, this Skill translates identified coverage gaps and weak assertions into validated tests. It automates the creation of new tests and strengthens existing ones based on your QA analysis results.

What is the best way to fix weak tests identified during a QA review?

The best way to fix weak tests identified during a QA review is to apply this Skill to strengthen and repair failing tests. It aligns repaired tests with business rules and consolidates related assertions into cohesive test classes.

How do I convert coverage gaps into validated tests?

You convert coverage gaps into validated tests by running a QA analysis to identify missing assertions, then invoking this Skill to generate and validate the required test code. It consolidates related assertions and maintains existing test style consistency.

Do I need to run a QA analysis before generating test code?

Yes, you need to run a QA analysis like qa-analyze or qa-review before generating test code. This Skill uses the coverage gaps and weak assertions identified in those QA findings to automatically create or enhance your tests.

How does the test generation workflow report new test coverage?

The test generation workflow reports new test coverage by emitting a single consolidated file named _qa/qa-cover-report.md. This report details the generated, repaired, and strengthened tests from your QA findings.

Can I consolidate scattered test assertions into cohesive test classes?

Yes, you can consolidate scattered test assertions into cohesive test classes. This Skill automatically groups related assertions during test generation and repair while maintaining consistency with your existing test style.