Skip to main content

logics-acceptance-to-tests

Convert acceptance criteria into a concrete validation/test plan. Use when Codex should turn backlog/spec acceptance criteria into unit/integration/e2e test ideas and update the task/spec validation section with relevant commands. Use when this capability is needed.

Jump to install

Source facts

Repository
tomevault-io/skills-registry
Last source activity
April 28, 2026 at 22:53
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
logics-acceptance-to-tests
description
Convert acceptance criteria into a concrete validation/test plan. Use when Codex should turn backlog/spec acceptance criteria into unit/integration/e2e test ideas and update the task/spec validation section with relevant commands. Use when this capability is needed.
metadata
{"author":"alexago83"}
# Acceptance → Tests ## Do - Rewrite each acceptance criterion as a verifiable check. - Map checks to test types: - Unit: pure logic and edge cases - Integration: components + state + API boundaries - E2E: user flows and regressions - Update the `# Validation` section in tasks with the most relevant commands: - `npm run lint` - `npm run tests` - `npm run typecheck` - `npm run build` --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
View on GitHub