# Bug Repro Plan

> Create a minimal, repeatable reproduction plan for a bug. Use when a junior developer needs clear steps to reproduce and capture evidence.

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

---


# Bug Repro Plan

## Purpose
Create a minimal, repeatable reproduction plan for a bug.

## Inputs to request
- Exact bug report and frequency.
- Environment details and versions.
- Logs, screenshots, or recordings.

## Workflow
1. Ask for environment details and exact versions.
2. List numbered steps to reproduce with inputs and preconditions.
3. Record expected vs actual behavior and any logs or screenshots.
4. Suggest a minimal test or script to lock the repro.

## Output
- Repro steps with inputs and environment.
- Expected vs actual summary.
- Evidence checklist and minimal repro idea.

## Quality bar
- Make steps deterministic and minimal.
- Separate reproduction from diagnosis.

