coverage-improvement-planner
Analyze test coverage, generate a coverage report (coverage.md) that highlights missing/insufficient areas, create a prioritized remediation plan (plan.mode) and an actionable todo list (todo.md), group tasks for safe parallel agent execution, assign tasks to agents, and produce a final result report (result.md) showing before/after coverage and impact.
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i coverage-improvement-plannerRemoval command
npx skillscokac -r coverage-improvement-plannerUsage
After installation, run /coverage-improvement-planner in Claude Code
Prerequisite: Node.js must be installed on your system to run this command.
๐ก Copy and run this command in your terminal to install the skill
SKILL.md
SKILL.md
SKILL.md
Frontmatter
name
coverage-improvement-planner
description
Analyze test coverage, generate a coverage report (coverage.md) that highlights missing/insufficient areas, create a prioritized remediation plan (plan.mode) and an actionable todo list (todo.md), group tasks for safe parallel agent execution, assign tasks to agents, and produce a final result report (result.md) showing before/after coverage and impact.
Loading editor...