Agentic coverage report
Skill jpbaking/agentic-tests/skills/shared/agentic-coverage-report
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.From its SKILL.md
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.
One thing to look at
- 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.
SKILL.md
1.4 KB, 255 tokens by cl100k_base, 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