Agentic test clean
Skill jpbaking/agentic-tests/skills/shared/agentic-test-clean
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-test-cleanAssembled 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
Remove every agent-generated test file (*.agentic.spec.*, *.agentic.test.*, *AgenticTest.java, test_agentic_*.py, *_agentic_test.c/.cpp) plus the agentic plan files, after an explicit user confirmation. Use when asked to delete, clean up, or remove the agent tests or start the agentic-test lifecycle over. Never touches main code, user tests, or test config.
SKILL.md
1.0 KB, as published. Nobody here has run it
Agentic Test Clean
Remove the agent-test safety net — and nothing else — with explicit confirmation.
- Find every file matching the agent-test patterns (
*.agentic.spec.*,*.agentic.test.*,*AgenticTest.java,test_agentic_*.py,*_agentic_test.c,*_agentic_test.cpp), plusagentic-test-plan.mdandagentic-refactor-plan.mdif present. - Show the user the complete list and ask: "Delete these N files? (yes/no)". Do NOT delete before an explicit yes.
- On yes: delete exactly those files. Touch nothing else — no main code, no user tests, no test config.
- Report what was deleted.