test

Map acceptance criteria to deterministic tests with AAA structure.

Updated May 25, 2025
One-click install
npx skills add https://github.com/matthew-plusprogramming/monorepo --skill test-matthew-plusprogramming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/matthew-plusprogramming/monorepo/tree/main/.claude/skills/test
Command: npx skills add https://github.com/matthew-plusprogramming/monorepo --skill test-matthew-plusprogramming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Test Writing Skill ensures every acceptance criterion is covered by deterministic tests, mapping requirements to test cases for reliable validation.

Core Features & Use Cases

  • Test mapping: Link each AC to test files and cases.
  • AAA pattern guidance: Enforce Arrange-Act-Assert structure.
  • Deterministic tests: Foster repeatable results via builders and fakes.

Quick Start

Open the target spec and generate tests that cover all acceptance criteria, then run the test suite.