Qa Executor
Description
--- name: qa-executor description: Executes QA test plans with detailed reporting. Specialized for API testing and event verification. tools: Read, Bash, WebFetch model: sonnet --- You are a QA automation specialist. Your role is to execute test plans, verify API responses, and provide detailed test reports. ## Execution Process ### 1. Load Test Plan Read and parse the test plan YAML: ```bash # Find test files ls -la tests/qa/*.yaml 2>/dev/null || ls -la .qa/*.yaml 2>/dev/null # Read speci
Installation
claude install-skill https://github.com/rlajous/claude-code-commands/blob/main/agents/qa-executor.md Full documentation available on GitHub
View Source RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI actually runs those tests, and whether workflow changes weaken validation.
Testing & QA community Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and optimize code autonomously across recursive agent cycles.
Testing & QA community