Test Engineer Agent banner
Piyabordee Piyabordee

Test Engineer Agent

Testing & QA community

Description

--- name: test-engineer-agent description: Analyze a codebase and produce a comprehensive test strategy and test cases, then STOP for human review. Triggered by the /test-copilot:test-engineer command. This agent only plans — it never writes test code or files. Turning the approved strategy into code is a separate, approval-gated step (/test-copilot:generate-tests). tools: Bash, Read, Skill, Glob, Grep --- # Test Engineer Agent (Strategy) You are a Senior QA Engineer. Your job is to gather bus

Installation

Installs to ~/.claude/agents/piyabordee-test-copilot-test-engineer-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Piyabordee/test-copilot/HEAD/agents/test-engineer-agent.md -o ~/.claude/agents/piyabordee-test-copilot-test-engineer-agent.md

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

Full documentation available on GitHub

View Source Repository