repro-bug

Execute predefined steps to reproduce software bugs and capture evidence.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/carllelandtaylor/facto --skill repro-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repro-bug
Source: https://github.com/carllelandtaylor/facto/tree/main/plugins/facto/skills/repro-bug
Command: npx skills add https://github.com/carllelandtaylor/facto --skill repro-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the reproduction of reported bugs in an application, capturing precise, repeatable steps to aid in debugging and issue resolution.

Core Features & Use Cases

  • Bug Reproduction: Automatically reproduce reported bugs to capture precise steps.
  • Minimal Reproducible Sequence: Distills the minimal steps required to reproduce a bug.
  • Evidence Capture: Captures evidence such as screenshots, logs, and command outputs.
  • Use Case: When a bug is reported, use this Skill to automatically reproduce it and provide a detailed report for further investigation.

Quick Start

Invoke the /facto:repro-bug command to start reproducing the bug.

Frequently Asked Questions about repro-bug

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

FAQPage Schema
How do I automate bug reproduction and capture precise steps?

Automate bug reproduction by executing predefined scripts that capture evidence like logs and screenshots, distilling the sequence into minimal reproducible steps for issue resolution.

What is the best way to distill a minimal reproducible sequence for software bugs?

Distill a minimal reproducible sequence by executing predefined steps to reproduce the bug, capturing command outputs and evidence to isolate the exact trigger conditions for debugging.

Can I capture logs and screenshots automatically when reproducing software bugs?

Yes, you can capture logs and screenshots automatically during bug reproduction by running scripts that collect evidence and document the exact steps required to trigger the issue.

What do I need to execute bug reproduction scripts in my development workflow?

Bug reproduction scripts require a software development environment capable of executing predefined commands and capturing command outputs, logs, and screenshots for issue resolution.

Why should I use automated bug reproduction instead of manual debugging?

Automated bug reproduction eliminates manual debugging errors by executing predefined steps to consistently capture precise evidence, distilling the minimal reproducible sequence needed for reliable issue resolution.