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.
How 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.
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]
npx claudepluginhub firecrawl/firecrawl-workflows --plugin firecrawl-workflowsRuns accessibility-tree based QA automation: smoke tests, test suites, and PDF reports for web apps. Detects elements by role instead of CSS selectors.
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.
Runs AI-powered exploratory testing on web apps via ScoutQA CLI. Covers smoke tests, accessibility audits, e-commerce flows, and user flow validation.