test-coverage-review

Audit test coverage gaps and recommend prioritized tests and CI workflows.

7|2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/asafelobotomy/iCloud-Drive-Downloader --skill test-coverage-review-asafelobotomy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coverage-review
Source: https://github.com/asafelobotomy/iCloud-Drive-Downloader/tree/main/.github/skills/test-coverage-review
Command: npx skills add https://github.com/asafelobotomy/iCloud-Drive-Downloader --skill test-coverage-review-asafelobotomy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you understand where your test suite is weak by auditing current test coverage, identifying untested or low-coverage areas, and turning that into actionable next steps.

Core Features & Use Cases

  • Test stack discovery: Detects your test framework and coverage tooling from repo signals (configs and CI).
  • Coverage gap analysis: Classifies gaps into zero, low, and missing test types (unit, integration, edge cases, and error paths).
  • Actionable recommendations: Proposes targeted local tests and the most valuable CI workflows to add for higher confidence.

Example use case: You have CI running tests but coverage is inconsistent across modules—this Skill pinpoints where coverage is thin and recommends exactly which tests and CI checks to prioritize.

Quick Start

Ask the Skill to review your tests and coverage posture for iCloud-Drive-Downloader, and include any existing coverage command output if you have it.

Frequently Asked Questions about test-coverage-review

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

FAQPage Schema
How do I find gaps in my test coverage across different modules?

Test coverage gap analysis classifies uncovered code into zero coverage, low coverage, and missing test types such as unit, integration, edge cases, and error paths. This Skill audits your codebase and CI signals to identify these specific weak areas for targeted improvement.

How do I identify what tests and CI workflows to add next?

You can identify which tests and CI workflows to add next by auditing your current test stack and coverage tooling signals. The Skill provides justified CI workflow suggestions and targeted local test recommendations to increase coverage confidence without writing configs for you.

Can this review my existing test coverage without writing new tests?

Yes, this test coverage review analyzes your existing framework and CI configuration to pinpoint weak areas. It recommends exactly which tests and CI checks to prioritize, but it does not automatically write new tests or configuration files for you.

What's the best way to detect untested code paths in a CI workflow?

The best way to detect untested code paths in a CI workflow is to audit your runner and coverage tooling signals from repository configurations. This process identifies missing test types and provides actionable recommendations for higher confidence checks.

Does this test coverage audit require a specific unit testing framework?

No specific unit testing framework is required. The Skill performs test stack discovery by automatically detecting your existing test frameworks and coverage tooling from repository configuration files and CI workflow signals.