Add qa-orchestra QA lifecycle agents#6
Conversation
Greptile SummaryThis PR adds five QA lifecycle agent markdown files ( Confidence Score: 4/5Not safe to merge as-is; two P1 logic errors in the orchestrator layer produce incorrect execution plans. Three of five files are well-structured and have no issues. The score is 4 rather than 5 because qa-orchestrator.md contains two P1 defects: a factually wrong parallelism claim that misdescribes functional-reviewer's required inputs, and references to a browser-validation agent that does not exist, causing the full QA pipeline route to be unexecutable. bug-reporter.md inherits the second issue. Both are correctness problems in the stated execution model, not style suggestions. qa-orchestrator.md needs both logic fixes; bug-reporter.md needs the browser-validation reference removed or annotated. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
ORC[qa-orchestrator]
ORC -->|Review this ticket| FR[functional-reviewer\nNeeds: AC + diff]
FR -->|gaps found| BR[bug-reporter]
ORC -->|Create test cases| TSD[test-scenario-designer\nNeeds: AC only]
ORC -->|Automate scenarios| AW[automation-writer]
TSD --> AW
ORC -->|Test this PR| PAR{Parallel?}
PAR -->|claimed: both need AC only\n❌ FR also needs diff| FR2[functional-reviewer]
PAR --> TSD2[test-scenario-designer]
FR2 --> BR2[bug-reporter]
TSD2 --> AW2[automation-writer]
ORC -->|Full QA pipeline| FULL[All agents]
FULL --> MISSING[❌ browser-validation\nAgent does not exist]
Reviews (1): Last reviewed commit: "Add qa-orchestrator agent from qa-orches..." | Re-trigger Greptile |
Summary
Adds 5 QA lifecycle agents from qa-orchestra, a coordinated 10-agent QA toolkit for Claude Code:
These agents work together via output chaining — each agent writes to a file that the next agent reads. The orchestrator coordinates the full pipeline.
See the full 10-agent set (including environment-manager, manual-validator, and browser validation) at https://github.com/Anasss/qa-orchestra