Eng Smart Test Runner

Run the most relevant tests and report failures precisely. Use when this capability is needed.

tomevault-io Updated

File contents

Smart Test Runner

Repo anchors (autocodex)

  • TEST_COMMANDS
    • go test ./...
    • go vet ./...

When to use

  • Running tests after a change.

Preconditions

  • Code builds locally.

Inputs to confirm

  • Change scope and affected packages

Required artifacts

  • Commands run
  • Failures with file/line
  • Suggested next tests

Quick path

  • Run go test ./... then go vet ./....

Steps

  1. Run relevant tests.
  2. Capture failures with context.
  3. Suggest next diagnostics.

Failure modes and responses

  • Flaky tests: record and retry once.
  • Missing test tools: stop and report.

Definition of done

  • Tests executed and results summarized.

Example (minimal)

  • Output: “go test ./... passed.”

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/oodaris--autocodex--eng-smart-test-runner commit 479722fcd1

Frequently asked questions

npx skillmds@latest add tomevault-io/eng-smart-test-runner