reproduce-bug

Automate bug reproduction from GitHub issues with Playwright and log inspection.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GuitarAlchemist/ix --skill reproduce-bug-guitaralchemist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reproduce-bug
Source: https://github.com/GuitarAlchemist/ix/tree/main/.claude/skills/reproduce-bug
Command: npx skills add https://github.com/GuitarAlchemist/ix --skill reproduce-bug-guitaralchemist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reproducing and investigating bugs, saving time and effort in software development.

Core Features & Use Cases

  • Bug Reproduction: Automates the reproduction of bugs from GitHub issues.
  • Log and Console Inspection: Utilizes Rails console and AppSignal logs to investigate bugs.
  • Visual Reproduction with Playwright: Supports UI-related bug reproduction and captures screenshots.
  • Documentation and Reporting: Facilitates documenting findings and reporting back to the issue tracker.

Quick Start

To reproduce a bug, run the skill with the GitHub issue number as an argument: reproduce-bug [GitHub issue number].

Frequently Asked Questions about reproduce-bug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate bug reproduction from GitHub issues?

Automate bug reproduction from GitHub issues by running the skill with a specific issue number argument. It fetches issue details and initiates the reproduction workflow to save development time.

Can I investigate console logs and errors when reproducing a bug?

Yes, you can investigate logs when reproducing a bug. The skill utilizes Rails console and AppSignal logs to provide parallel log and console inspection for thorough investigation.

Does Playwright work for visual bug reproduction and capturing screenshots?

Yes, Playwright works for visual bug reproduction. It supports UI-related bug reproduction by automating browser interactions and capturing screenshots to document visual errors.

What is the best way to document bug findings and report back to GitHub?

Document bug findings and report back to GitHub using built-in documentation features. The skill facilitates recording reproduction results and reporting them directly back to the issue tracker.

Do I need GitHub access to investigate and reproduce bugs?

Yes, GitHub access is required to investigate and reproduce bugs. The automation process needs access to GitHub to read issue details and report findings back to the issue tracker.