verify-tasks

Run Playwright MCP browser tests to detect JS errors and hydration issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LeonardSylvester/zfdm_relaunch --skill verify-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-tasks
Source: https://github.com/LeonardSylvester/zfdm_relaunch/tree/main/.claude/skills/verify-tasks
Command: npx skills add https://github.com/LeonardSylvester/zfdm_relaunch --skill verify-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams ensure that completed implementation tasks do not introduce JavaScript errors, hydration issues, or UX problems by automating browser tests after work is done.

Core Features & Use Cases

  • Automates browser-based verification with Playwright MCP to catch runtime errors and UI glitches.
  • Validates critical pages and interactions (e.g., contact forms, video resources, pricing) across sessions before deployment.
  • Provides deterministic checks and an easy-to-trigger workflow for QA handoff and release readiness.

Quick Start

Run verification after finishing tasks to automatically execute Playwright MCP checks against the running local server.

Frequently Asked Questions about verify-tasks

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

FAQPage Schema
How do I automate Playwright browser tests to check for hydration issues?

You automate Playwright browser tests to check for hydration issues by triggering a verification workflow that navigates multiple pages and scenarios, using deterministic console checks to detect runtime errors. It runs against your local dev server.

What is the best way to verify UI consistency before deployment?

The best way to verify UI consistency before deployment is to run automated browser tests across critical pages like contact forms and pricing. This workflow catches JavaScript errors and UX problems by applying deterministic checks.

Can I use Playwright MCP to detect JavaScript errors on a localhost dev server?

Yes, you can use Playwright MCP to detect JavaScript errors on a localhost dev server. The verification process relies on a running local server at localhost:4321 and available Playwright MCP tools to execute console checks.

How do I run automated QA checks across multiple site pages like contact forms and pricing?

You run automated QA checks across multiple site pages by executing a full task session verification. It automatically navigates scenarios like contact forms, video resources, and pricing pages to ensure consistency and capture optional visual snapshots.

Do I need a running local server to use Playwright for automated task verification?

Yes, you need a running local server to use Playwright for automated task verification. The checks require a running dev server at localhost:4321 and available Playwright MCP tools to enable deterministic navigation and console checks.

Why does automated browser testing fail to detect hydration issues on static pages?

Automated browser testing might fail to detect hydration issues if the dev server is not running at localhost:4321. The verification relies on available Playwright MCP tools to execute deterministic console checks across the specified scenarios.