
Firecrawl Qa
- 29.5k installs
- 101 repo stars
- Updated June 19, 2026
- firecrawl/firecrawl-workflows
Firecrawl QA is a workflow skill that automates live-site QA testing and generates issue reports with reproduction steps.
About
Firecrawl QA is a workflow skill that generates live-site QA reports with issues and reproduction steps. Developers use it to automate QA testing against live websites. It produces structured issue reports ready for bug tracking and prioritization.
- Automated live-site QA testing
- Issue detection and documentation
- Reproduction step generation
Firecrawl Qa by the numbers
- 29,498 all-time installs (skills.sh)
- +365 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #19 of 2,184 Testing & QA skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
firecrawl-qa capabilities & compatibility
- Capabilities
- issue detection · reproduction steps · qa reporting
- Use cases
- testing
- Pricing
- Freemium
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-qaAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29.5k |
|---|---|
| repo stars | ★ 101 |
| Security audit | 2 / 3 scanners passed |
| Last updated | June 19, 2026 |
| Repository | firecrawl/firecrawl-workflows ↗ |
What it does
Generate automated QA reports with identified issues and reproduction steps for website testing.
Who is it for?
QA teams automating live-site testing.
Skip if: Unit tests or code-level testing.
When should I use this skill?
The user wants exploratory QA, form testing, link checks, responsive validation, or a pre-launch quality review on a live URL.
What you get
Produces QA reports with identified issues and clear reproduction steps.
- unified QA report
- scrape evidence screenshots
- bug and navigation findings
By the numbers
- Published as version 0.1.0 in firecrawl/firecrawl-workflows
- Requires FIRECRAWL_API_KEY for hosted Firecrawl browser requests
Files
Firecrawl QA
Use this to test a live site and return a unified QA report.
Onboarding Interview
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.
Firecrawl Collection Plan
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.
Parallel Work
If appropriate, use sub-agents or equivalent parallel task runners:
- Full: Navigation and Links, Forms and Interactions, Content and Visual, Error States.
- Forms: Form Discovery, Happy Path, Edge Cases, Validation.
- Navigation: Sitemap, Nav Testing, Link Checker, Routing.
- Responsive: Desktop, Tablet, Mobile, Interaction.
- Performance: Page Load, Asset Audit, Content Efficiency, Comparison.
Each tester should return severity, URL, description, evidence, and reproduction steps.
Final Deliverable
# 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]Quality Bar
- Include reproduction steps for functional issues.
- Do not report speculative bugs without evidence.
- Deduplicate findings across testers.
Related skills
How it compares
Use firecrawl-qa for agent-driven live-site exploratory reviews; use framework E2E suites when you need repeatable CI assertions.
FAQ
What types of issues does it detect?
Functionality issues, UI problems, and user experience gaps identified during live-site testing.
How are issues documented?
With clear reproduction steps and contextual information for the QA team.
Is Firecrawl Qa safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.