handle-coverage

Parse markdown coverage reports and guide users through writing tests for gaps.

4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/alphaleonis/decaf-claude-config --skill handle-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handle-coverage
Source: https://github.com/alphaleonis/decaf-claude-config/tree/main/decaf-review/skills/handle-coverage
Command: npx skills add https://github.com/alphaleonis/decaf-claude-config --skill handle-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of addressing code coverage gaps by interactively guiding the user through findings and facilitating the creation of necessary tests.

Core Features & Use Cases

  • Interactive Review: Walks through coverage findings one by one, ensuring user engagement before action.
  • Test Generation: Assists in writing tests for identified coverage gaps based on suggested test cases.
  • State Management: Maintains progress state to allow resumption after context loss.
  • Use Case: After a code review flags low test coverage in a critical module, this Skill helps developers systematically write targeted tests to improve the coverage percentage.

Quick Start

Use the handle-coverage skill to walk through the latest coverage review findings and write tests for the identified gaps.

Frequently Asked Questions about handle-coverage

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

FAQPage Schema
How do I write tests for code coverage gaps found in a coverage report?

Yes, you can resume reviewing code coverage gaps after context loss. The Skill manages session state during the interactive test generation process, maintaining progress so you can resume exactly where you left off.

What's the best way to systematically address low test coverage in a critical module?

You can process findings from a specified markdown-formatted coverage report file. The Skill parses these coverage findings to drive interactive test generation and manage subsequent actions like skipping or deferring issues.

Does this test generation tool maintain progress state if I stop halfway through?

Yes, this test generation tool maintains progress state during interactive code coverage review. It ensures session continuity by saving your actions, allowing you to resume addressing coverage gaps after interruptions or context loss.

Can I dismiss or skip coverage findings instead of writing tests for every gap?

After completing the interactive code coverage review, the Skill provides a summary of actions taken. This summary details the tests written, findings skipped, dismissed, or deferred during the session.

How do I track actions taken when reviewing code coverage findings?

To write tests for code coverage gaps, this Skill interactively parses markdown-formatted coverage reports and guides you through each finding to generate targeted tests, skip, or defer issues. It manages session state to ensure continuity.