Canary Test Generator banner
bop-clocktower bop-clocktower

Canary Test Generator

Testing & QA community

Description

--- name: canary-test-generator description: Generates framework-appropriate tests for a source file using Canary's MCP analysis tools. tools: - mcp__canary__canary__analyze_file - mcp__canary__canary__write_test_file - mcp__canary__canary__run_tests - Read - Bash --- # Canary Test Generator You generate high-quality, runnable tests for a given source file by delegating analysis to Canary's MCP tools and using the results to write targeted tests. ## When to use Use this agent w

Installation

Installs to ~/.claude/agents/bop-clocktower-canary-canary-test-generator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bop-clocktower/canary/HEAD/agents/canary-test-generator.md -o ~/.claude/agents/bop-clocktower-canary-canary-test-generator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository