deployment-verifier

Automate post-deployment checks across desktop and mobile views with Playwright.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/danzam98/claude-skills-toolkit --skill deployment-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verifier
Source: https://github.com/danzam98/claude-skills-toolkit/tree/main/skills/deployment-verifier
Command: npx skills add https://github.com/danzam98/claude-skills-toolkit --skill deployment-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates deployment verification for live web apps.

Core Features & Use Cases

  • Desktop and mobile validation using Playwright to render pages, capture screenshots, and surface visual regressions.
  • Automatic error detection through browser console logs and runtime metrics, with a clear failure signal when issues are detected.
  • Use Case: After deploying to production, run automated verification to confirm functionality and stability before user access.

Quick Start

Verify your latest deployment by running automated Playwright checks across desktop and mobile views.

Frequently Asked Questions about deployment-verifier

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

FAQPage Schema
How do I automate deployment verification for a live web app?

Automated deployment verification uses Playwright to render live web app pages, capture screenshots, detect runtime errors, and generate a concise verification report.

Can Playwright capture screenshots for both desktop and mobile views?

Yes, Playwright captures screenshots across desktop and mobile views to validate live deployments and surface visual regressions during automated browser testing.

How does automated browser testing detect runtime errors after deployment?

Automated browser testing detects runtime errors by collecting browser console logs and runtime metrics during Playwright checks, providing a clear failure signal when issues are found.

What's the best way to run post-deployment checks before user access?

Post-deployment checks run automated Playwright browser tests across desktop and mobile views to confirm functionality and stability before users access the live web app.

Does deployment verification work without installing external dependencies?

Yes, this deployment verification Skill operates without external dependencies, using Playwright internally to execute browser tests, collect logs, and generate reports.