replicate-issue

Reproduce GitHub issues via browser-based testing on the live Archon UI.

Updated May 21, 2026
One-click install
npx skills add https://github.com/sunzcdev/archon-dev-team --skill replicate-issue-sunzcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replicate-issue
Source: https://github.com/sunzcdev/archon-dev-team/tree/main/.claude/skills/replicate-issue
Command: npx skills add https://github.com/sunzcdev/archon-dev-team --skill replicate-issue-sunzcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you determine whether a reported GitHub issue is real by systematically reproducing the behavior and validating each described symptom against the live Archon application.

Core Features & Use Cases

  • Issue-to-test-plan analysis: Reads the GitHub issue and converts the title, steps, expected/actual behavior, and comments into a structured checklist of symptoms to verify.
  • Symptom-by-symptom browser automation: Uses agent-browser to follow the reproduction steps and test every symptom with evidence captured via screenshots.
  • Findings and recommendations: Produces a replication report and, when reproduction succeeds, guides targeted root-cause investigation plus multiple fix options.

Quick Start

Run this skill with the GitHub issue number to reproduce the bug in Archon and return a findings report with screenshot evidence.

Frequently Asked Questions about replicate-issue

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

FAQPage Schema
How do I reproduce a GitHub issue to verify reported bugs?

To reproduce a GitHub issue, this Skill reads the issue details, converts them into a structured symptom checklist, and executes browser-based end-to-end testing on the live Archon UI to validate the reported behavior.

Can I automate bug reproduction and gather screenshot evidence?

Yes, you can automate bug reproduction and gather screenshot evidence by running agent-browser to systematically follow the issue's reproduction steps and capture visual proof of each observed symptom.

How do I convert GitHub issue steps into a test plan for bug triage?

Bug triage starts by analyzing the GitHub issue title, steps, expected and actual behavior, and comments to generate a structured checklist of symptoms to verify during browser automation.

Do I need to start Archon locally before validating GitHub issues?

Yes, you need to start Archon locally on the main branch using ports 3090 and 5173, and provide the GitHub issue number argument to execute the browser-based reproduction workflow.

What do I get after successfully replicating a bug from a GitHub issue?

After successfully replicating a bug, you receive a findings report with screenshot evidence, targeted root-cause investigation guidance, and multiple fix options mapped to the validated symptoms.

Can I cross-check UI reproduction results with REST endpoints?

Yes, while systematically exercising the UI via agent-browser, the Skill optionally cross-checks the observed behavior against REST endpoints to comprehensively validate the reported issue symptoms.