# Minimal Reproduction

> Reduce a coding failure to the smallest repeatable command and fixture.

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

---


# Minimal Reproduction

Before changing code, make the failing behavior repeatable with a small command, test, or script.

## Steps

1. Identify the shortest path from command to failure.
2. Remove unrelated inputs while the failure still reproduces.
3. Keep the reproduction as a regression test when practical.

# Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

