polyglot-test-agent
Installation
Summary
Multi-agent pipeline that generates compilable, passing unit tests across eight programming languages.
- Orchestrates a Research → Plan → Implement workflow: researcher analyzes the codebase, planner creates phased test strategy, implementer writes and validates tests across phases
- Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more; auto-detects language, testing framework, build commands, and project structure
- Includes builder, tester, fixer, and linter subagents that compile code, run tests, fix errors, and format output in sequence
- Stores pipeline state in
.testagent/folder (research.md, plan.md) for transparency and resumability across phases
SKILL.md
Polyglot Test Generation Skill
An AI-powered skill that generates comprehensive, workable unit tests for any programming language using a coordinated multi-agent pipeline.
When to Use This Skill
Use this skill when you need to:
- Generate unit tests for an entire project or specific files
- Improve test coverage for existing codebases
- Create test files that follow project conventions
- Write tests that actually compile and pass
- Add tests for new features or untested code
How It Works
This skill coordinates multiple specialized agents in a Research → Plan → Implement pipeline: