# Review Test Strategy

> Review test strategy and regression resistance Use when this capability is needed.

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

---


# Test strategy review — regression resistance & minimal effective tests

Review the repo’s current test coverage and propose the smallest set of tests that prevents common regressions.

## What to look for
- Existing test runners / scripts / CI workflows (or absence)
- Most fragile boundaries: CLI flows (init/build/serve), schema validation, layout, viewer loading
- Contract tests: schema vs examples/templates/docs
- Packaging tests: published artifacts include required templates/schema assets

## Output format
1. **Current state** (what exists, what doesn’t)
2. **High-value tests** (ordered)
   - unit/contract/E2E smoke (keep it minimal)
3. **CI suggestion** (if none): run typecheck/build + a small smoke test

$ARGUMENTS

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/yida29) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

