Find a completed phase's requirements with no failing-capable test coverage and generate tests to close the gaps, in the project's own framework
Scanned 9/3/2026
Install to Claude Code
npx -y skills add crenshawdev/cadence --skill cad-coverage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cad Coverage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/crenshawdev-cad-coverage)More formats (shields.io, HTML) on the badges page.
---
name: cad-coverage
description: "Find a completed phase's requirements with no failing-capable test coverage and generate tests to close the gaps, in the project's own framework"
argument-hint: "[phase number]"
allowed-tools:
- Read
- Write
- Edit
- Bash
- Grep
- Glob
- AskUserQuestion
---
<objective>
Close the test-coverage gaps for a completed phase. One question drives it:
which phase requirements have NO test that would fail if that requirement
regressed? Those are the gaps. Audit them, then generate real tests to cover
them, in the project's own test framework.
Audit and generate in one un-duplicated flow. No fixed stack, no Playwright/E2E
default - the test kind and runner follow the code and `workflow.test_command`.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/cadence-core/workflows/coverage.md
</execution_context>
<process>
Run the coverage workflow end-to-end. Coverage means a test that would FAIL if
the requirement broke - not a test that merely runs the code. Get user approval
on the gap test plan before generating, and verify generated tests actually run.
</process>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!