mcpbeat Sign in

Test Roadmap Agent Skill

by Ovid

EXPERIMENTAL. Analyzes a repository and any existing test suite, grades existing tests for weakness, classifies mocks, emits a phased roadmap for building a test suite that catches real regressions, then executes those phases one at a time. Use when planning or building a test suite, assessing whether existing tests are worth anything, adding tests to a legacy codebase, or when the user mentions test coverage, test strategy, or weak tests. Not for reviewing a branch for bugs, and not for fixing the bugs it logs.

192 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
105
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Ovid/paad --skill test-roadmap

The instruction itself

1 sections, as written by the author

test-roadmap (Antigravity Wrapper)

This is a project-specific skill. The detailed checklist and procedures are in:

.kiro/skills/test-roadmap/SKILL.md

Please refer to that file for the full criteria.

How to use it

Copy the folder

Take ovid/test-roadmap from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.