testing-agent
Installation
SKILL.md
Testing Workflow
This skill provides tools for testing agents built with the building-agents skill.
Workflow Overview
mcp__agent-builder__list_tests- Check what tests existmcp__agent-builder__generate_constraint_testsormcp__agent-builder__generate_success_tests- Get test guidelines- Write tests directly using the Write tool with the guidelines provided
mcp__agent-builder__run_tests- Execute testsmcp__agent-builder__debug_test- Debug failures
How Test Generation Works
The generate_*_tests MCP tools return guidelines and templates - they do NOT generate test code via LLM.
You (Claude) write the tests directly using the Write tool based on the guidelines.