# Eng Smart Test Runner

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

- Skill: `tomevault-io/eng-smart-test-runner` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/eng-smart-test-runner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/eng-smart-test-runner/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/eng-smart-test-runner

---


# 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](https://tomevault.io/claim/oodaris) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

