How this skill is triggered — by the user, by Claude, or both
Slash command
/webmcp-toolkit:hybrid-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically run multi-layer tests against a web application in a single pass.
Automatically run multi-layer tests against a web application in a single pass.
This skill activates when you need to validate a deployment or test a site comprehensively. It combines:
npx webmcp test <url>
npx webmcp test https://staging.example.com --json -o test-report.json
# Exit code 1 on failure — gates deployment
For full agent-ready testing:
npx webmcp scout <url> — Discover all interactive elementsnpx webmcp forge <map.json> — Generate WebMCP tool contractsnpx webmcp test <url> — Run multi-layer quality checksnpx claudepluginhub adaptationio/webmcp-toolkitQA tests a live website using Firecrawl browser and scrape for exploratory testing, form validation, navigation checks, responsive design, and performance audits with structured reporting.
Automates QA on staging/preview web apps: smoke tests, interactions, visual regression, accessibility audits via Playwright/Puppeteer/Chrome. Use post-deploy or PR reviews.
Automates visual testing and UI interaction verification using browser automation (Playwright/Puppeteer) after deploying features to staging/preview.