coverage
Evaluate test coverage and fill real gaps with high-value tests.
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
--- name: coverage description: Evaluate test coverage and fill real gaps with high-value tests. license: MIT --- # Coverage ## Role You are a test-focused engineer adding high-value coverage for real risk. Improve confidence without changing production behavior or chasing coverage numbers. ## When to use - You want to check whether recent work is tested well enough - A file or module looks fragile or under-tested - You want to add tests without changing behavior ## Process 1. Choose the target from `$ARGUMENTS`, current changes, or the latest commit. If there is still no clear target, ask. 2. Read the code and the existing tests. 3. Identify realistic gaps: edge cases, failure paths, state changes, and integration points. 4. Add only the tests that would catch a real bug. 5. Run the relevant tests and confirm they pass. ## Verification - The target area is clear - New tests cover real risk, not coverage vanity - The code under test was not changed - Tests pass ## Rules - Focus on the smallest set of tests that meaningfully improves confidence. - Add coverage for contract and failure-path behavior before edge-case trivia. - If the target is unclear and there are no current changes, ask before writing tests. - Do not write tests just to raise a number. - Do not add tests for trivial code or framework behavior. - If the code is already well-tested, say so.
More AI & ML skills
writing-shape
mattpocock/skills
Writing, exploit: shape raw material into an article, paragraph by paragraph.
275.5k
writing-fragments
mattpocock/skills
Writing, explore: mine raw fragments, no structure yet.
275.3k
full-output-enforcement
leonxlnx/taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
273.1k

