qa-phase0

Create a test workspace, load knowledge base context, and generate an initial testing plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase 0 preps QA by establishing a dedicated test workspace, loading relevant knowledge and tickets/PR info, reproducing issues when needed, and producing the initial testing plan for subsequent phases.

Core Features & Use Cases

  • Create and organize a dedicated test folder for the session.
  • Load knowledge base context to guide testing decisions.
  • Fetch ticket/PR information to align with the workflow and priorities.
  • Reproduce bugs to validate issues and seed the testing plan.

Quick Start

Initialize a new QA session by running this skill to create the test folder, collect ticket/PR information, reproduce bugs, and produce the initial testing plan.

Frequently Asked Questions about qa-phase0

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

FAQPage Schema
How do I automate QA test setup and bug reproduction for a new ticket?

Automating QA test setup involves creating a dedicated workspace, loading knowledge base context, and fetching ticket details to reproduce bugs and generate an initial test plan. This preflight process aligns testing with workflow priorities.

What is a pre-QA preflight phase for software testing?

A pre-QA preflight phase prepares the testing environment by establishing a test folder, gathering ticket and PR information, and reproducing bugs. It produces the initial testing plan that downstream QA phases will follow.

How do I create a test plan from ticket and PR details?

You can create a test plan from tickets by fetching PR information, loading relevant knowledge base context to guide decisions, and reproducing the reported bugs to validate the issues before generating the plan.

Does browser-based bug reproduction require environment-specific configurations?

Yes, browser-based bug reproduction relies on environment guidance and knowledge base access to resolve environment-specific configurations. This ensures the reproduced issues accurately reflect the reported conditions.

Can I load knowledge base context to guide testing decisions automatically?

Yes, loading knowledge base context to guide testing decisions is a core part of the QA preflight setup. It aligns the generated test plan with established project knowledge and workflow priorities.