Agentic test clean
Skill jpbaking/agentic-tests/skills/shared/agentic-test-clean
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.From its SKILL.md
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.
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.0 KB, 167 tokens by cl100k_base, 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.