Skip to content

Add qa-orchestra QA lifecycle agents (functional-reviewer, test-scenario-designer, bug-reporter, automation-writer, orchestrator)#189

Open
Anasss wants to merge 8 commits intoVoltAgent:mainfrom
Anasss:add-qa-orchestra-agents
Open

Add qa-orchestra QA lifecycle agents (functional-reviewer, test-scenario-designer, bug-reporter, automation-writer, orchestrator)#189
Anasss wants to merge 8 commits intoVoltAgent:mainfrom
Anasss:add-qa-orchestra-agents

Conversation

@Anasss
Copy link
Copy Markdown

@Anasss Anasss commented Apr 7, 2026

Summary

Adds 5 QA lifecycle agents from qa-orchestra, a coordinated 10-agent QA toolkit for Claude Code:

  • functional-reviewer — Compares code diffs against acceptance criteria to find functional gaps and regression risks
  • test-scenario-designer — Generates comprehensive test scenarios (happy path, negative, boundary, edge cases) from acceptance criteria
  • bug-reporter — Converts QA findings into structured, developer-ready bug reports with reproducible steps
  • automation-writer — Converts test scenarios into executable Playwright/Cypress/Gherkin test code
  • qa-orchestrator — Routes QA tickets to the right specialized agents in the right order

These 5 are the most generally useful agents from the full 10-agent toolkit. They work together via output chaining — each agent writes to a shared output directory, and the next agent reads from there. For example: functional-reviewer produces a gap report, bug-reporter reads it and generates individual bug reports.

The remaining 5 agents in the full toolkit (environment-manager, browser-validator, manual-validator, regression-analyzer, release-certifier) are more environment-specific and kept in the main repo.

Format

All files follow the existing frontmatter format in this repo (name, description, tools, model fields).

neztach pushed a commit to neztach/awesome-claude-code-subagents that referenced this pull request Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant