multi-package-coverage-audit

Consolidate test coverage gaps across multi-package monorepos into prioritized test plans.

4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/cc01cc/cmtx-project --skill multi-package-coverage-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-package-coverage-audit
Source: https://github.com/cc01cc/cmtx-project/tree/main/.kilo/skills-repo/cmtx/multi-package-coverage-audit
Command: npx skills add https://github.com/cc01cc/cmtx-project --skill multi-package-coverage-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyses coverage gaps across multiple packages in a monorepo and outputs actionable results that can be translated into test tasks.

Core Features & Use Cases

  • Unified coverage collection across packages
  • Gap analysis and prioritization for patch planning
  • Output-ready test task plans for CI or sprint planning

Quick Start

Run a coverage audit on the target monorepo and generate a prioritized test plan.

Frequently Asked Questions about multi-package-coverage-audit

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

FAQPage Schema
How do I identify test coverage gaps across multiple packages in a monorepo?

Consolidating coverage gaps across a monorepo involves analyzing existing coverage reports and package manifests to pinpoint untested areas. This audit process surfaces per-package weaknesses and generates an actionable test task plan for remediation.

What is the best way to prioritize test remediation tasks for a CI workflow?

Prioritizing test remediation for CI workflows requires running a gap analysis on existing coverage reports. This generates a structured, prioritized test plan detailing per-package gaps to guide your sprint planning and patch releases.

How do I generate actionable test tasks from existing coverage reports?

Generating actionable test tasks from coverage reports requires a multi-package audit that reads report files and package manifests. The analysis outputs a structured plan detailing specific per-package gaps and recommended tests to execute.

Do I need existing coverage reports and package manifests to run a monorepo coverage audit?

Yes, running a monorepo coverage audit requires existing coverage reports and package manifests as input. These provide the baseline data needed to analyze gaps and generate a structured test plan for the repository.

Can I use a coverage gap analysis for sprint planning in a multi-package repository?

A coverage gap analysis is highly effective for sprint planning in a multi-package repository. It analyzes coverage data to produce an output-ready test task plan, directly translating identified gaps into actionable sprint items.