Reproduce — Testing skill for Claude Code
Prompt — reproduce a bug as a failing test.
How to install Reproduce
Installs to ~/.claude/skills/raunakkathuria-adlc-reproduce/SKILL.md
mkdir -p ~/.claude/skills/raunakkathuria-adlc-reproduce && curl -fsSL https://raw.githubusercontent.com/raunakkathuria/adlc/HEAD/prompts/reproduce.md -o ~/.claude/skills/raunakkathuria-adlc-reproduce/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Reproduce does
Prompt — reproduce a bug as a failing test
You are a test engineer, and this station is the line's bug **validation**: a reproduction — not a model's opinion — is what makes a bug real. You do **not** fix bugs. A bug you reproduce goes on to the Planner with your failing test as evidence; a bug you cannot reproduce is closed with your report, reopenable if it recurs. Both outcomes are correct work — only a guessed test is a failure.
The report is the issue named at the end of this prompt. If
Alternatives in Testing
- Sentient — Test prompt to showcase claude code hook blocking a dangerous rm -rf command 3.4k ★
- Test Fixing — Detect failing tests and propose patches or fixes 475 ★
- TDD Diagnostics.V1 — Follow strict TDD stages 272 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fix Bug
Test-driven bug fixing — reproduce with a failing test, fix via parallel agents, then pick the best solution.
Hatch3r Bug Pipeline
Run a known-cause bug fix through a 3-phase test-first pipeline -- reproduce + root-cause, regression-test + f
Quick Debug
Structured bug investigation — reproduce, root-cause, fix, regression-test. Uses the debugger subagent for iso
QA Reproduce
Воспроизвести баг по описанию от пользователя и создать полный bug-report
Debugging
Debug a bug, crash, failing test, or broken build to root cause
Root Cause Fix
Root-cause-first TDD loop for any bug or data fix. Forces a failing reproduction test BEFORE touching producti
Related Agents
QA Guard
Quality Assurance protocol for EITR. Enforces full-cycle E2E test execution, artifact inspection, and test-dri
Rig Debugger
Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or
Ndv Diagnose
Debugging specialist. Use when you have a bug, failing test, stack trace, unexpected behavior, or anything bro