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
Conversation
neztach
pushed a commit
to neztach/awesome-claude-code-subagents
that referenced
this pull request
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 5 QA lifecycle agents from qa-orchestra, a coordinated 10-agent QA toolkit for Claude Code:
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).