bug-analysis

Analyze bug reports and reproduction data to generate a structured fix plan document.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of converting bug reports and reproduction data into a comprehensive fix plan, enabling efficient resolution of issues.

Core Features & Use Cases

  • Automated Analysis: Synthesizes reproduction reports with bug details to generate a structured fix plan.
  • Documentation Generation: Creates a detailed bug-analysis.md document outlining the root cause, affected files, and proposed fixes.
  • Use Case: After a bug is reported and a reproduction is provided, this Skill can be used to quickly analyze the issue and prepare a plan for resolution.

Quick Start

Generate a fix plan by running the 'bug-analysis' skill with the reproduction report and bug details.

Frequently Asked Questions about bug-analysis

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

FAQPage Schema
How do I generate a fix plan from a bug report and reproduction data?

To generate a fix plan from a bug report, provide the reproduction data and bug details to the analysis tool. It synthesizes the inputs into a structured document outlining the root cause, affected files, and proposed fixes for issue resolution.

What is the process for synthesizing reproduction reports into structured issue resolution documentation?

Synthesizing reproduction reports into issue resolution documentation involves analyzing the provided reproduction data alongside the original bug report. This process produces a comprehensive markdown file detailing the root cause and proposed fixes.

Can I use this bug analysis approach without any external dependencies?

Yes, you can use this bug analysis approach without external dependencies. It operates independently using internal scripts to process your bug reports and reproduction data, requiring no additional libraries or frameworks to generate the fix plan.

What's the best way to document root causes and affected files after a software bug is reproduced?

The best way to document root causes and affected files after a software bug is reproduced is to synthesize the reproduction report with the bug details. This generates a structured markdown document outlining the proposed fixes.

Why does my bug analysis output only include part of the reproduction report?

If your bug analysis output only includes part of the reproduction report, the synthesis process may be missing specific reproduction data inputs. Ensure both the complete bug report details and the full reproduction data are provided for a comprehensive fix plan.