replicate-issue

Automate environment setup, issue analysis, and systematic testing of GitHub issues.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/pth-droid/LighthouseOCR --skill replicate-issue-pth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replicate-issue
Source: https://github.com/pth-droid/LighthouseOCR/tree/main/Archon-dev/.claude/skills/replicate-issue
Command: npx skills add https://github.com/pth-droid/LighthouseOCR --skill replicate-issue-pth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users accurately reproduce and validate GitHub issues by automating environment setup, issue analysis, and testing workflows.

Core Features & Use Cases

  • Issue Reproduction: Automates environment preparation and step-by-step re-creation of reported issues for validation.
  • Browser Automation Testing: Uses browser scripting to simulate user interactions and gather evidence via screenshots.
  • Issue Analysis: Extracts detailed information from GitHub issues and develops test plans to diagnose problems effectively.

Quick Start

Use the replicate-issue skill to set up the test environment and reproduce a specific GitHub issue by providing its number.

Frequently Asked Questions about replicate-issue

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

FAQPage Schema
How do I automate GitHub issue reproduction for bug validation?

Automating GitHub issue reproduction involves setting up the test environment and applying browser scripting to execute step-by-step interactions. This skill extracts issue details to generate a test plan for validating reported bugs.

What is the best way to systematically reproduce a GitHub issue using browser automation?

Systematic GitHub issue reproduction uses browser automation to simulate user interactions and capture screenshots as evidence. It prepares the environment and executes a generated test plan to diagnose regressions effectively.

Can I use this approach to validate software regressions from GitHub bug reports?

Yes, validating software regressions from bug reports is a core application. It analyzes GitHub issue data to construct a targeted test plan, confirming whether reported defects and regressions exist in your current build.

Do I need scripting for environment management to reproduce GitHub issues?

Yes, scripting for environment management is required. Accurate GitHub issue reproduction depends on automated environment setup and browser scripting to ensure the test conditions match the original bug report.

How does issue analysis help diagnose GitHub bug reports?

Issue analysis extracts detailed information from GitHub bug reports to develop structured test plans. This systematic approach helps diagnose problems effectively by identifying the exact conditions that trigger the reported defect.

What are the limitations of automating GitHub issue reproduction?

Automating GitHub issue reproduction requires accurate issue descriptions to generate effective test plans. Limitations arise when bug reports lack specific reproduction steps, making it difficult for browser automation to replicate the exact user interactions.