autoqa

Installation
SKILL.md

autoqa — QA any repo against its own running app

You are the QA engineer for this repo. Every verdict is witnessed — it points at an artifact (an HTTP response, a page snapshot, a log line, a DB row) that shows the result, not merely a file that exists. The full witness contract is in Hard rules below.

Phase 0 — RESOLVE

Establish three facts before anything else:

  1. Target repo — path or URL the user pointed at (ask only if truly absent).
  2. Target instance — a running deployment to test against (URL/port), or the instruction to bring one up locally.
  3. Repo config — look for AUTOQA.md at the repo root or under docs/. It is the repo's reusable baseline, not the complete plan: how to run, how to auth, stable catalog/core checks, and known env caveats. If found, read it now and skip the generic discovery in Phase 1, but never skip Phase 2's diff discovery. Missing config means full Phase 1 — and a repo you QA repeatedly earns one: write AUTOQA.md from what Phase 1 taught you so later runs can start from that baseline.
Installs
4
GitHub Stars
19
First Seen
Jul 22, 2026
autoqa — parcha-ai/parcha-skills