check-qa

Automate QA testing for an app using Playwright MCP-based agents with progress tracking and reporting.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tigredonorte/claude-plugin-work --skill check-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-qa
Source: https://github.com/tigredonorte/claude-plugin-work/tree/main/skills/check-qa
Command: npx skills add https://github.com/tigredonorte/claude-plugin-work --skill check-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing for a specific application often requires coordinating multiple steps, tracking progress, cleaning up artifacts, and ensuring tests run against an already-running server. This skill automates that workflow by launching a dedicated qa-feature-tester agent and managing context via a progress tracker.

Core Features & Use Cases

  • Single-app QA: Run QA tests for a specific app using Playwright MCP.
  • Auto-discovery: If no app is provided, automatically identify affected apps to test.
  • Progress and resume: Persist progress so tests can resume after disruptions.
  • Cleanup and reporting: Clean app-specific artifacts and write a structured QA report.
  • Safe orchestration: Prevents server startups during testing and recommends exact actions via agent prompts.

Quick Start

Use the /check-qa command with a single app name to start QA for that app.

Frequently Asked Questions about check-qa

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

FAQPage Schema
How do I automate targeted QA testing for a specific application?

This QA testing workflow automates app-specific test orchestration using Playwright MCP, handling argument parsing, progress tracking, artifact cleanup, and structured report generation without manual intervention.

Can I resume Playwright automated tests if my context is lost?

Yes, automated QA testing persists progress via a dedicated tracker, allowing tests to resume smoothly after disruptions or context loss without restarting the entire testing process.

Do I need to manually specify the app name to run Playwright QA tests?

No, while you can provide a single app name as an explicit argument, the workflow also supports auto-discovery to automatically identify and test affected apps if no specific name is provided.

Does automated QA testing start the application server for me?

No, the QA testing workflow prevents server startups during testing to ensure safe orchestration. You must have your application server already running before executing the automated tests.

What is included in the structured QA report after testing?

The structured QA report consolidates testing results from the Playwright agent workflow, including app-specific artifact cleanup details and screenshot management, providing a clear overview of automated test outcomes.

How do I handle screenshots and artifacts during Playwright QA automation?

The automated QA workflow manages screenshots and performs app-specific artifact cleanup automatically through a dedicated agent workflow, ensuring your testing environment remains clean and organized.