qa-team

Runs QA validation workflows and test health checks for branches and features.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill qa-team-torikhayes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-team
Source: https://github.com/torikhayes/aeai-dotnet-brownfield/tree/main/.claude/skills/qa-team
Command: npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill qa-team-torikhayes

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about qa-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run QA on a feature branch before merging?▼

Invoke the qa-team skill with the branch name or feature number you want validated. It reads the workflow from .github/agents/qa-team.agent.md and executes the defined QA process, reporting whether tests pass and the branch is merge-ready.

How do I check overall test health for a project?▼

Ask the skill to run a full QA check or test health assessment. It executes the shared QA workflow and reports on test results across the project rather than a single branch or feature.

Can I run QA on a single service instead of the full suite?▼

Yes, the skill accepts a specific service as its target, as well as a branch name, feature number, or 'full' for a complete suite run. Describe the scope you want validated when invoking it.

Where are the actual QA workflow instructions defined?▼

The full instructions live in .github/agents/qa-team.agent.md, which is the single source of truth shared with GitHub Copilot. The SKILL.md file only points to that definition and does not duplicate it.

What happens if the qa-team agent definition file is missing?▼

The skill depends on .github/agents/qa-team.agent.md for its instructions, so without that file it has no workflow to execute. Ensure the agent definition exists in the repository before invoking the skill.