code-testing-agent
Installation
SKILL.md
Code Testing Generation Skill
An AI-powered skill that generates comprehensive, workable unit tests for any programming language using a coordinated multi-agent pipeline.
Non-negotiable execution contract
Classify scope before editing:
- Broad (a project/package-wide suite, or multiple production
files/modules): create
.testagent/research.mdand.testagent/plan.mdbefore implementation, then.testagent/status.mdafter the final test-quality review. If these files are absent, the broad workflow is incomplete. - Focused (the user explicitly limits work to one function/class/file or one
missing method): do not create
.testagent/artifacts or fan out to multiple agents. A sparse project-wide request remains broad even when only one source module is present.