agentsclimarketplace

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

Install
npx -y skills add jpbaking/agentic-tests --skill agentic-coverage-report

Assembled 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.

  1. Read the agentic-unit-test skill's SKILL.md for the agent-test definitions, and docs/coverage-recipes.md next to it for the agent-tests-only coverage command. Both live in the sibling agentic-unit-test skill directory (../agentic-unit-test/ relative to this file). If that skill is not installed, say so and STOP.
  2. If no agent tests exist in the project, report "no agent tests found — use the agentic-unit-test skill to generate them" and STOP.
  3. Run the agent-tests-only coverage command for this project's framework.
  4. Print the agentic-unit-test skill's Step-5-style report:
    • Goal: read it from agentic-test-plan.md if 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").

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.