qa-test-executor

Execute manual QA test cases and capture pass/fail evidence.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/reddya3/ppe-coding-agent-docs --skill qa-test-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-executor
Source: https://github.com/reddya3/ppe-coding-agent-docs/tree/main/.github/skills/qa-test-executor
Command: npx skills add https://github.com/reddya3/ppe-coding-agent-docs --skill qa-test-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the execution of manual QA test cases, ensuring systematic testing, accurate evidence capture, and efficient defect logging, leading to reliable release readiness checks.

Core Features & Use Cases

  • Systematic Test Execution: Runs test cases from specified sources (files, Jira) in a defined order.
  • Evidence Capture: Collects screenshots, logs, and other artifacts for each test step.
  • Defect Management: Triages failures, categorizes issues, and creates defect tickets with necessary details.
  • Reporting: Generates a comprehensive summary of test execution, including metrics, coverage, and recommendations.
  • Use Case: When preparing for a new release, use this Skill to execute the full regression suite, identify critical bugs, and provide a clear go/no-go recommendation based on the results.

Quick Start

Execute the test cases found in '/path/to/test_cases.csv' for the 'staging' environment, targeting a 'full regression' scope.

Frequently Asked Questions about qa-test-executor

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

FAQPage Schema
How do I automate manual QA test execution and capture evidence for regression runs?

You can automate manual QA test execution by running test cases from sources like files or Jira in a defined order. The process captures screenshots and logs for each step, providing detailed execution summaries and coverage metrics for regression cycles.

What is the best way to run UAT and generate release readiness reports with defect logging?

Release readiness reports are generated by executing test cases for a given scope and environment, capturing pass/fail evidence, and logging defects. This provides coverage metrics, risk assessments, and a clear go/no-go recommendation based on the test execution results.

Does test execution and defect management require playwright and requests to function?

Yes, the test execution process requires tools like 'playwright' for browser interaction and 'requests' for API testing. It also relies on file tools to capture evidence and generate the final reporting artifacts for the test execution cycle.

Can I execute test cases directly from Jira for a staging environment full regression?

Yes, you can execute test cases sourced from Jira or local files targeting a staging environment. The execution supports a full regression scope, systematically triaging failures, categorizing issues, and creating defect tickets with necessary details.

How do defect management and triage workflows handle test execution failures?

Defect management handles failures by triaging the test execution results, categorizing the identified issues, and creating detailed defect tickets. This ensures all failures are documented with the necessary evidence captured during the test cycle.

What limitations exist when using file tools for test execution reporting and evidence capture?

Limitations depend on the file tools' ability to handle artifacts like screenshots and logs generated during test execution. While the process captures pass/fail evidence and generates summaries, complex reporting metrics require properly structured input files and environment configurations.