reproduce-bug

Generates and runs failing test cases to confirm bug reproducibility from reports.

1|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/stoodder/materia --skill reproduce-bug-stoodder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reproduce-bug
Source: https://github.com/stoodder/materia/tree/main/plugins/materia/skills/reproduce-bug
Command: npx skills add https://github.com/stoodder/materia --skill reproduce-bug-stoodder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of failing test cases for reported bugs, ensuring that the issue is genuinely reproducible before development begins.

Core Features & Use Cases

  • Automated Test Creation: Automatically generates test cases based on bug reports.
  • RED Gate Verification: Confirms the bug is a Real Error by running the generated tests.
  • Documentation Generation: Creates a detailed reproduction guide for further analysis.
  • Use Case: When a bug is reported, use this Skill to quickly verify and document the issue, ensuring that developers can reproduce and understand the problem.

Quick Start

Use the reproduce-bug skill to create a failing test for the reported bug and generate a reproduction guide for 'bug-123'.

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 and ensure an issue is RED before fixing it?

Automated bug reproduction works by parsing bug reports to generate specific test cases, executing them to verify the failure, and confirming the issue is RED before fixes begin. It also creates a detailed reproduction guide for further analysis.

What is the process for creating failing test cases from bug reports?

Creating failing test cases involves parsing bug reports to extract issue details, automatically generating test scenarios that trigger the reported error, and executing them to verify the failure. This validates that the bug is genuinely reproducible before development.

Can I use automated testing frameworks to validate reported software bugs?

Yes, you can use automated testing frameworks to validate reported software bugs. The Skill requires testing frameworks and bug report parsing capabilities to automatically generate and execute failing test cases, confirming the reproducibility of reported issues.

Does bug reproduction require specific testing frameworks or dependencies?

Bug reproduction requires testing frameworks and bug report parsing capabilities to function. There are no explicit external dependencies, but your software development workflow must support automated testing and bug validation to generate and execute the failing test cases.

What's the best way to verify bug reproducibility in an automated testing workflow?

The best way to verify bug reproducibility is automating the generation of failing test cases from bug reports, running them as a RED gate verification, and creating a detailed reproduction guide. This confirms the issue is a real error before developers start fixing it.