qa-on-demand

Coordinate on-demand QA testing with Manager and Executor agents.

9|3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Pythagora-io/agent-templates --skill qa-on-demand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-on-demand
Source: https://github.com/Pythagora-io/agent-templates/tree/main/QA%20Agent/qa-on-demand
Command: npx skills add https://github.com/Pythagora-io/agent-templates --skill qa-on-demand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QA teams often wait for ticket-driven tests and struggle to validate releases quickly. This skill provides an on-demand QA workflow using a Manager/Executor pattern to run browser- and API-based tests, generate reports, and feed results back into your knowledge base.

Core Features & Use Cases

  • Manager/Executor orchestration with persistent tracker
  • Full-platform or area-specific test runs (Slack, billing, onboarding, etc.)
  • HTML reporting with S3 upload and knowledge-base integration
  • Separate QA Manager (persistent) and Executor agents for parallelization

Quick Start

Trigger a run by prompting the Manager to start an on-demand QA session for the desired areas.

Frequently Asked Questions about qa-on-demand

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

FAQPage Schema
How do I run on-demand QA testing for specific platform areas like billing or onboarding?

On-demand QA testing uses a Manager/Executor pattern to target specific areas like billing or onboarding. You trigger a run by prompting the Manager to start a session, enabling parallel execution and structured reporting for the selected platform sections.

What is the Manager/Executor pattern for automated browser testing?

The Manager/Executor pattern for automated browser testing separates orchestration from execution. A persistent Manager agent coordinates the run, while Executor agents handle the parallel test execution, feeding results into a persistent tracker for structured reporting.

Can I generate HTML test reports and upload them to S3 automatically?

Yes, you can generate HTML test reports and upload them to S3 automatically. The QA workflow includes HTML report generation with S3 upload capabilities, integrating the results directly into your knowledge base for review.

How do I orchestrate parallel QA testing without waiting for ticket-driven tests?

You orchestrate parallel QA testing by deploying separate Manager and Executor agents. This bypasses ticket-driven waits by running on-demand browser and API tests concurrently across desired areas with a persistent tracker.

Does on-demand QA testing work for both browser and API test automation?

Yes, on-demand QA testing works for both browser and API test automation. The Executor agents run browser-based and API tests concurrently, providing structured reporting and feeding the results back into your knowledge base.

What are the limitations of using a persistent tracker for QA orchestration?

The persistent tracker limits QA orchestration to structured reporting and knowledge-base integration. It does not replace ticket-driven workflows entirely but provides parallel execution and HTML reporting for faster release validation.