raunakkathuria

Reproduce — Testing skill for Claude Code

Testing community

Prompt — reproduce a bug as a failing test.

How to install Reproduce

Installs to ~/.claude/skills/raunakkathuria-adlc-reproduce/SKILL.md

Terminal
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 Repository