firecrawl-qa

Tests live websites with Firecrawl browser and scraping to produce structured QA reports.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/webdevarif/claude-skills --skill firecrawl-qa-webdevarif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-qa
Source: https://github.com/webdevarif/claude-skills/tree/main/firecrawl-qa
Command: npx skills add https://github.com/webdevarif/claude-skills --skill firecrawl-qa-webdevarif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually testing a website before launch is slow and inconsistent, and issues like broken links, failing forms, and responsive layout bugs are easy to miss. This Skill automates exploratory QA of a live site using Firecrawl and consolidates findings into a single severity-ranked report. ## Core Features & Use Cases - Automated Site Discovery: Uses Firecrawl map to enumerate pages, then browser and scrape modes to test navigation, links, forms, and content. - Parallel Test Coverage: Splits work across focus areas such as forms, navigation, responsive layouts, and performance, with each tester returning severity, evidence, and reproduction steps. - Unified QA Report: Delivers a health score, critical/major/minor issue lists, positive observations, and rerun inputs for repeatable testing. - Use Case: Before launching a marketing site, point the Skill at the staging URL to get a pre-launch quality review covering broken links, form validation edge cases, and mobile layout issues. ## Quick Start Run a full QA review of https://example.com and give me a severity-ranked report with reproduction steps.

Frequently Asked Questions about firecrawl-qa

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

FAQPage Schema
How do I QA test a live website automatically?

Provide the target URL and a focus area such as full, forms, navigation, responsive, or performance. The Skill uses Firecrawl map to discover pages, then browser and scrape modes to test interactions and collect evidence into a unified QA report.

How to test website forms and validation with Firecrawl?

Use the forms focus, which runs form discovery, happy path, edge case, and validation checks through the Firecrawl browser. Each finding includes severity, URL, description, evidence, and reproduction steps.

Does Firecrawl QA require an API key?

Yes, a FIRECRAWL_API_KEY environment variable is required for hosted Firecrawl requests. Without it, the map, browser, and scrape operations cannot run against the target site.

Can Firecrawl QA test responsive design on mobile and tablet?

Yes, the responsive focus covers desktop, tablet, mobile, and interaction checks using the Firecrawl browser. Findings are reported with the same severity and evidence structure as other test areas.

What are the limitations of automated website QA testing?

The Skill only reports issues backed by collected evidence and does not report speculative bugs. Protected flows may require credentials or constraints to be provided, and deep visual or accessibility audits may need dedicated tools.