> ## Documentation Index
> Fetch the complete documentation index at: https://browseruse-0aece648-larsen-v1-unified-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# qa

> QA-test a website or web app and return a 1–5 quality score (5 = flawless, 1 = broken) with evidence.

The `qa` skill drives a website with a real browser, judges how well it does the thing you asked about, and returns a **score from 1 (broken) to 5 (excellent)** with evidence — the deliverable is a verdict, not a screenshot dump. Use it to test, QA, evaluate, or score a site, page, flow, or app, including a local dev server (e.g. `localhost:5173`) which it tunnels out automatically. It runs on a real Browser Use cloud browser.

## Install

```bash theme={null}
npx skills add https://github.com/browser-use/browser-use --skill qa
```

## Links

<CardGroup cols={2}>
  <Card title="skills.sh" icon="up-right-from-square" href="https://www.skills.sh/browser-use/browser-use/qa" />

  <Card title="Source" icon="github" href="https://github.com/browser-use/browser-use/tree/main/skills/qa" />
</CardGroup>
