testing-agent
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.
Example Workflow
More from adenhq/hive
hive-test
Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.
31hive
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
29hive-debugger
Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions
29hive-patterns
Best practices, patterns, and examples for building goal-driven agents. Includes client-facing interaction, feedback edges, judge patterns, fan-out/fan-in, context management, and anti-patterns.
28hive-concepts
Core concepts for goal-driven agents - architecture, node types (event_loop, function), tool discovery, and workflow overview. Use when starting agent development or need to understand agent fundamentals.
28hive-create
Step-by-step guide for building goal-driven agents. Qualifies use cases first (the good, bad, and ugly), then creates package structure, defines goals, adds nodes, connects edges, and finalizes agent class. Use when actively building an agent.
28