Reproduce Bug — Development skill for Claude Code
Reproduce and investigate a bug using logs, console inspection, and browser screenshots.
How to install Reproduce Bug
Installs to ~/.claude/skills/barkleesanders-claude-code-starter-reproduce-bug/SKILL.md
mkdir -p ~/.claude/skills/barkleesanders-claude-code-starter-reproduce-bug && curl -fsSL https://raw.githubusercontent.com/barkleesanders/claude-code-starter/HEAD/commands/reproduce-bug.md -o ~/.claude/skills/barkleesanders-claude-code-starter-reproduce-bug/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Reproduce Bug does
name: reproduce-bug description: Reproduce and investigate a bug using logs, console inspection, and browser screenshots argument-hint: "[GitHub issue number]"
Reproduce Bug Command
Look at github issue #$ARGUMENTS and read the issue description and comments.
Phase 1: Log Investigation
Run the following agents in parallel to investigate the bug:
- Task rails-console-explorer(issue_description)
- Task appsignal-log-investigator(issue_description)
Think about the places it cou
Alternatives in Development
- Browser Tools MCP — Monitor browser logs directly from Cursor and other MCP compatible IDEs 7.2k ★
- Investigate — Investigation Skill 1.9k ★
- Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Pair Verify
Use after you fix a bug and before you claim it fixed — it spawns ONE skeptic sibling session via CCC that mus
Hawk Debugger
Use the @hawk-debugger agent to investigate and fix the following bug or build error: $ARGUMENTS
Investigator
Root-cause debugging specialist that diagnoses issues through systematic investigation before proposing any fi
Find Bug
Investigate a reported symptom, form hypotheses, and locate the root cause.
Agent Loop
Engineering agent loops pattern — postupné decomposition úkolu na investigate → review → pickup subagent chain
Unity Fix
Diagnoses and fixes a Unity bug — reads console errors, checks common causes, applies targeted fix, verifies v
Related Agents
Browser Testing
Browser automation and testing specialist. Uses playwright-cli (stateful Bash CLI) for deterministic scripted
Browser QA Agent
QA engineer with Chrome integration. Navigates running web apps, clicks elements, fills forms, reads console e
Pixel QA
Browser QA driver — uses Playwright MCP to navigate the running site, capture screenshots at 375/768/1440 (vie