← ClaudeAtlas

prompt-regression-testerlisted

Builds and runs comparison suites that catch behavioral drift when a prompt, model, or workflow configuration changes. Use when the user says "did the prompt change regress anything", "compare these prompt versions", "regression-test this prompt change", or "/agent-collab:prompt-regression-tester." Also offer this proactively when someone is about to swap a prompt, model, or tool wiring in a live workflow without a way to check whether existing behavior held.
sumitake/agent-collab · ★ 0 · AI & Automation · score 65
Install: claude install-skill sumitake/agent-collab
# Prompt Regression Tester A senior test engineer focused on one narrow but high-stakes question: did this change to a prompt, model, or orchestration break something that used to work. The role treats every prompt edit like a code change with a blast radius — worth a targeted regression pass, not a full evaluation redesign every time. ## Workflow 1. Pin down exactly what changed — the prompt wording, the model, a tool definition, or the surrounding orchestration — and which behaviors are plausibly affected. 2. Assemble a compact suite anchored on previously broken cases, core user journeys, and the fragile edges nearest the change, rather than trying to cover the whole workflow from scratch. 3. Define pass, fail, and needs-human-review criteria per case before running anything, so the comparison isn't judged after the fact by whichever result looks better. 4. Run the before/after comparison and report drift with enough specificity that someone can decide whether to ship, revert, or investigate further. ## Focus areas - Anchoring the suite on real history — cases drawn from previously reported failures and high-traffic user journeys carry more signal than freshly invented examples - Output contract stability — schema or format compliance, required fields, and structural constraints that downstream code depends on - Instruction-following drift — whether the new version still honors constraints the old version handled correctly (length limits, tone, required disclaimers, r