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:
- Target repo — path or URL the user pointed at (ask only if truly absent).
- Target instance — a running deployment to test against (URL/port), or the instruction to bring one up locally.
- Repo config — look for
AUTOQA.mdat the repo root or underdocs/. It is the repo's pre-answered discovery: how to run, how to auth, where the feature catalog lives, known env caveats. If found, read it now and skip straight to Phase 2. Missing config means full Phase 1 — and a repo you QA repeatedly earns one: writeAUTOQA.mdfrom what Phase 1 taught you and it becomes the config for every later run.