bug-reproduction-validator

Reproduce bug reports and classify issues as Confirmed Bug, Cannot Reproduce, or User Error.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/CristoVentures/LocalCents --skill bug-reproduction-validator-cristoventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-reproduction-validator
Source: https://github.com/CristoVentures/LocalCents/tree/main/.agent/skills/bug-reproduction-validator
Command: npx skills add https://github.com/CristoVentures/LocalCents --skill bug-reproduction-validator-cristoventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically verify whether bug reports describe real defects by reproducing the issue and validating outcomes.

Core Features & Use Cases

  • Structured reproduction workflow to extract steps, environment, and expected vs actual results.
  • Automated classification of issues into Confirmed Bug, Cannot Reproduce, or User Error based on reproduceability.
  • Guidance for collecting logs, fixtures, and test data to support verification and triage.

Quick Start

Run the bug-reproduction-validator agent on a new issue report and follow the prompts to reproduce and classify the bug.

Frequently Asked Questions about bug-reproduction-validator

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

FAQPage Schema
How do I verify if a bug report describes a real defect?

Classify reproduced issues as Confirmed Bug, Cannot Reproduce, or User Error by collecting logs, fixtures, and test data, then applying a formal risk assessment based on reproduceability outcomes.

How do I systematically reproduce a bug in a backend service?

Reproduce backend bugs by extracting structured reproduction steps, testing various data states and inputs, inspecting logs, and validating error outputs against expected behavior across different environments.

Can I use this bug validation workflow for UI workflows?

Bug validation workflows apply to UI workflows by executing structured reproduction steps across frontend environments, inspecting logs, and validating outcomes to classify issues accurately.

What is the best way to classify issues during bug triage?

Classify issues during bug triage by methodically reproducing reported problems, collecting supporting logs and fixtures, and applying a formal risk assessment to categorize them as Confirmed Bug, Cannot Reproduce, or User Error.

When should I collect logs and test data for bug reproduction?

Collect logs, fixtures, and test data during bug reproduction to support verification and triage, ensuring sufficient evidence to validate outcomes and classify the issue accurately.