check-qa

Automate QA testing for web applications using Playwright MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the QA testing process for web applications using Playwright MCP, streamlining the testing workflow and improving efficiency.

Core Features & Use Cases

  • Automated QA Testing: Executes automated QA tests for web applications without manual intervention.
  • Playwright Integration: Utilizes Playwright MCP for browser-based testing.
  • Progress Tracking: Tracks the progress of QA tests and allows resumption in case of context loss.
  • Use Case: Ideal for developers and QA engineers who need to perform automated testing on web applications and ensure their functionality is working as expected.

Quick Start

Run the check-qa skill with the app name as an argument to perform QA testing on the specified application.

Frequently Asked Questions about check-qa

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

FAQPage Schema
How do I automate QA testing for web applications using Playwright?

Automate QA testing for web applications using Playwright by running the check-qa skill with your app name as an argument. It executes browser-based tests without manual intervention by leveraging Playwright MCP.

What prerequisites do I need to run Playwright MCP automated tests?

To run Playwright MCP automated tests, you need pnpm and node installed in your environment. You must also configure specific environment variables required for execution and verify app health before testing.

Can I resume automated web application QA tests if the context is lost?

Yes, you can resume automated web application QA tests if context is lost. The skill includes progress tracking functionality that monitors test execution and allows resumption from the point of failure.

Does the Playwright MCP QA automation process include preflight checks?

Yes, the Playwright MCP QA automation process includes preflight checks. It verifies the Playwright MCP connection, parses arguments, and checks app health before launching the qa-feature-tester agent for testing.

What is the best way to streamline browser-based QA testing for developers?

The best way to streamline browser-based QA testing for developers is using an automation skill that integrates Playwright MCP. It eliminates manual intervention by handling argument parsing, app health verification, and test execution automatically.