ln-42-acceptance-test-builder

Installation
SKILL.md

Acceptance Test Builder

Goal: Deliver the smallest trustworthy acceptance-test portfolio for stated requirements through a user- or external-system-observable boundary. Modify only approved tests and test documentation; implement justified additions, updates, merges, and deletions without repairing product code.

Execution contract: The ordered checkboxes are the Definition of Done. Track every item internally as PENDING, PROVEN with concrete evidence, CLEARED with evidence that its condition is absent, or UNPROVEN with a gap; reading, delegation, or tool failure is not proof. Reconcile items after each section. Before returning, resolve all PENDING and count only PROVEN and CLEARED; apply the skill's verdict and approval rules to every gap. Preserve user intent, scope, and existing authorization. Continue authorized work; ask only for consequential unresolved choices or required external approval. Scale depth to material risk without silently skipping checks. Preserve dependency and safety ordering; otherwise choose the verification method appropriate to each obligation.

Tool Routing

Need Preferred tool Use it when Fallback
Workspace safety Git status, diff, repository instructions, and branch or worktree inspection Always before editing Stop when user changes cannot be separated safely
Existing test conventions File listing, search, manifests, runner configuration, CI, and focused reads Selecting the project-native runner, layout, fixtures, and commands Follow the nearest maintained test pattern
Behavior and wiring Language server or host-native code intelligence Locating observable entrypoints, registration, consumers, and state boundaries Narrow search plus direct inspection
Test implementation Native editing tools and project generators Creating tests, fixtures, helpers, and narrowly required test documentation Minimal project-consistent files; never hand-edit generated state
Observable execution Repository-defined shell commands, browser, API client, CLI, or disposable integration environment Proving UI, protocol, command, or durable state outcomes Return INCOMPLETE with the exact missing check
External contract Official version-matched documentation or specification Expected behavior depends on a current external API or standard Mark it UNVERIFIED; do not encode a guessed oracle

Never run acceptance tests against production or an unapproved external target. Do not deploy, publish, migrate shared data, rotate credentials, or accept changed output merely to make a test pass.

Installs
55
GitHub Stars
559
First Seen
Jul 13, 2026
ln-42-acceptance-test-builder — levnikolaevich/claude-code-skills