Help us improve
Share bugs, ideas, or general feedback.
From Firecrawl Workflows
QA tests a live website using Firecrawl browser and scrape for exploratory testing, form validation, navigation checks, responsive design, and performance audits with structured reporting.
npx claudepluginhub firecrawl/firecrawl-workflows --plugin firecrawl-workflowsHow this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl-workflows:firecrawl-qaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this to test a live site and return a unified QA report.
Audits web app UX by dogfooding as user persona: tracks emotional friction, click efficiency, resilience to back/refresh, return intent. Uses Playwright/Chrome MCP for live sites, outputs ranked reports.
Automates visual testing, UI interaction verification, and accessibility audits on live pages after deployment. Uses browser automation (Chrome, Playwright, Puppeteer) to smoke test, interact, check visual regression, and audit WCAG AA compliance.
Drives a real Chrome session against a running web app to find bugs, UX issues, a11y problems, and perf regressions. Outputs structured findings JSON for downstream triage.
Share bugs, ideas, or general feedback.
Use this to test a live site and return a unified QA report.
Infer the URL, QA focus, and output format from context. If the target URL is clear, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the URL, the focus area, or credentials/constraints for protected flows.
Use Firecrawl map to discover pages. Use Firecrawl browser for interactions, forms, navigation, and responsive/manual checks when available. Use scrape for page content and link extraction.
If appropriate, use sub-agents or equivalent parallel task runners:
Each tester should return severity, URL, description, evidence, and reproduction steps.
# QA Report: [Site]
## Summary
- Health score: [x/10]
- Pages tested: [count]
- Issues found: [critical/major/minor]
## Critical Issues
[C-1] URL | Description | Steps to reproduce | Expected vs actual
## Major Issues
[M-1] URL | Description | Steps to reproduce
## Minor Issues
[m-1] URL | Description
## Positive Observations
[What works well]
## Pages Tested
[URLs]
## Agent/Test Summary
[Who tested what]
## Rerun Inputs
workflow: firecrawl-qa
url: [url]
focus: [full/forms/navigation/responsive/performance]