What problem does it solve? Developers often need a quick, consistent way to validate that a branch or feature is ready to merge without manually running and interpreting test suites. This Skill executes a standardized QA workflow so test results and merge readiness are assessed the same way every time. ## Core Features & Use Cases - Branch and Feature Validation: Run QA against a specific branch, feature number, or individual service to confirm it is ready to merge. - Test Health Assessment: Check overall test results and report whether tests are passing across the project. - Shared Workflow Definition: Delegates to the agent definition at .github/agents/qa-team.agent.md, keeping the QA process consistent between this Skill and GitHub Copilot. - Use Case: Before opening a pull request, ask the Skill to run QA on your feature branch and receive a report on whether the tests pass and the branch is merge-ready. ## Quick Start Ask the assistant to run QA on your current feature branch and report whether it is ready to merge.