Agentic coverage report
Skill jpbaking/agentic-tests/skills/shared/agentic-coverage-report
Lock down your code, refactor without fear: behavior-locking unit tests, mutation checks, and frozen-suite refactoring as portable Agent Skills for any coding agent
npx -y skills add jpbaking/agentic-tests --skill agentic-coverage-reportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Read-only report of where the agent-generated tests (*.agentic.spec.ts, *AgenticTest.java, test_agentic_*.py, ...) stand — agent-tests-only coverage, goal MET/NOT MET from agentic-test-plan.md, and any failing agent tests. Use when asked how the agent tests are doing, what coverage the agent tests reach, or whether the recorded goal is met. Never creates, edits, or deletes files.
SKILL.md
1.4 KB, as published. Nobody here has run it
Agentic Coverage Report
Read-only: do NOT create, edit, or delete any test, source, config, or plan file. Report and stop.
- Read the
agentic-unit-testskill'sSKILL.mdfor the agent-test definitions, anddocs/coverage-recipes.mdnext to it for the agent-tests-only coverage command. Both live in the siblingagentic-unit-testskill directory (../agentic-unit-test/relative to this file). If that skill is not installed, say so and STOP. - If no agent tests exist in the project, report "no agent tests found — use
the
agentic-unit-testskill to generate them" and STOP. - Run the agent-tests-only coverage command for this project's framework.
- Print the
agentic-unit-testskill's Step-5-style report:- Goal: read it from
agentic-test-plan.mdif that file exists (state MET / NOT MET); otherwise write "no goal on record". - Coverage: overall % and per-file table.
- Failing agent tests: list any (or "none").
- Goal: read it from