coverage-kover-gradle

Generate Kotlin Gradle coverage reports and Markdown improvement plans.

135|25|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jvm-skills/jvm-skills --skill coverage-kover-gradle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coverage-kover-gradle
Source: https://github.com/jvm-skills/jvm-skills/tree/main/.junie/skills/coverage-kover-gradle
Command: npx skills add https://github.com/jvm-skills/jvm-skills --skill coverage-kover-gradle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of test-coverage reports for Kotlin/Gradle projects and produces a structured improvement plan to raise coverage effectively.

Core Features & Use Cases

  • Kover integration: run koverXmlReport to produce coverage data for multi-module Gradle projects.
  • Improvement planning: analyze coverage results and create a markdown document listing under-covered packages/classes with suggested tests.
  • Use Case: Transform a project with 60% coverage into a plan-driven improvement by generating a date-stamped test-improvements.md with actionable items.

Quick Start

Run the coverage workflow to produce a test-improvement document for your Kotlin/Gradle project.

Frequently Asked Questions about coverage-kover-gradle

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

FAQPage Schema
How do I generate a test coverage improvement plan for a Kotlin Gradle project?

To generate a Kotlin Gradle test coverage improvement plan, you can automate coverage reporting and analysis using the Kover plugin to produce a markdown document listing under-covered classes with suggested tests.

What is Kover used for in multi-module Gradle projects?

Kover is used in multi-module Gradle projects to run the koverXmlReport task, which gathers per-module coverage data to analyze test results and identify under-covered packages.

Do I need the Kover plugin to automate Kotlin test coverage reports?

Yes, you need the Kover plugin along with Gradle and Kotlin to parse coverage reports and automate the creation of a structured test-improvement markdown document.

Can I use this coverage automation for JVM projects without Gradle?

No, this coverage automation applies specifically to JVM projects using Gradle and requires the Kover plugin to parse per-module coverage reports and generate the improvement plan.

Where are the test improvement suggestions stored after analyzing Kotlin coverage?

The test improvement suggestions are stored in a date-stamped markdown document located at docs/dev/YYYY-MM-DD_test-improvements.md, detailing under-covered packages and actionable test items.