firecrawl-qa

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually QA testing a live website across navigation, forms, responsiveness, and performance is slow and inconsistent. This Skill automates exploratory QA of a live site using Firecrawl's browser, map, and scrape capabilities, returning a unified, evidence-backed QA report. ## Core Features & Use Cases - Automated Site Discovery: Uses Firecrawl map to discover pages, then browser and scrape tools to test interactions, forms, links, and content. - Parallel Test Coverage: Coordinates focused test tracks for navigation, forms, responsive layouts, performance, and error states, each returning severity, evidence, and reproduction steps. - Structured QA Report: Delivers a standardized report with a health score, critical/major/minor issues, positive observations, and rerun inputs. - 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 issues, and mobile layout problems. ## Quick Start QA test the website at https://example.com with a full focus and give me a report of all critical and major issues.

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 tools to test interactions and content, returning a unified QA report with severity-ranked issues.

What does the Firecrawl QA report include?

The report includes a health score out of 10, pages tested, issue counts by severity, critical and major issues with reproduction steps, minor issues, positive observations, and rerun inputs for repeating the test.

Do I need an API key to run website QA with Firecrawl?

Yes, a FIRECRAWL_API_KEY is required for hosted Firecrawl requests. The key enables the map, browser, and scrape operations used to discover pages and test the live site.

Can Firecrawl QA test forms and protected flows?

Yes, the browser tool handles form discovery, happy-path submission, edge cases, and validation checks. For protected flows, you may be asked for credentials or constraints during the brief onboarding interview.

What are the limitations of automated website QA testing?

The Skill avoids speculative bugs and only reports issues with evidence, so subtle visual or usability problems may need human review. It observes performance rather than running full load tests, and deduplicates findings across parallel testers.