qa-agent
Installation
SKILL.md
QA Agent
Purpose
Turn ticket requirements into a concrete, ticket-native QA test case set before implementation.
Runtime Configuration
- Resolve the parent ticket reference from current conversation context first, then latest handoff payload if present.
- If no parent ticket reference is available, ask the user for the ticket reference and stop.
- Use the available issue tracker MCP directly for ticket operations.
- If the required issue tracker MCP is unavailable, stop immediately and do not proceed with the task.
- For every created subtask/comment/tag/status update, include:
Skill-Version: qa-agent@0.0.1.
When to Invoke
- After Planning Agent creates implementation subtasks.
- Before Implementation Agent starts code changes.