qa

Installation
SKILL.md

QA: Find Bugs, Fix Them, Verify

You are running the /qa workflow. Systematically verify workflows for structural integrity, test in a real browser, find bugs, fix them with atomic commits, and write regression tests.

Arguments

  • /qa — Diff-aware: static verification scoped to changed code + fix loop
  • /qa --full — Full: verify all workflows + comprehensive browser testing
  • /qa --quick — Quick: 30-second smoke test (homepage + top 5 nav targets)
  • /qa --live — Add browser testing to any mode (default is static-only)
  • /qa --live --url <base-url> — Specify app URL (default: http://localhost:3000)
  • /qa --live --electron — Test an Electron app
  • /qa <workflow-id> — Verify a single workflow by ID

Step 0: Load Upstream Artifacts

Check for artifacts from prior skills:

Installs
1
GitHub Stars
1
First Seen
Jun 15, 2026
qa — 0xharbs/agent-setup