bug-reproduction-validator

Analyze bug reports to reproduce issues and classify them as bugs, user errors, or environmental problems.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill bug-reproduction-validator-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-reproduction-validator
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/bug-reproduction-validator
Command: npx skills add https://github.com/drhazemibclc/plate --skill bug-reproduction-validator-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically reproduces and validates bug reports to confirm whether reported behavior is an actual bug. Use when you receive a bug report or issue that needs verification.

Core Features & Use Cases

  • Structured reproduction: Guides step-by-step reproduction of reported issues to determine validity.
  • Evidence collection: Captures environment, logs, and data to support or refute bugs.
  • Issue classification: Distinguishes confirmed bugs from user errors and environmental problems.

Quick Start

Start the bug-reproduction-validator by supplying a bug report and instruct the agent to reproduce and verify the issue.

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 is a real issue or a user error?

Bug report validation involves analyzing reproduction steps, expected versus actual outcomes, and environmental context to classify the issue as a real bug, user error, or environmental problem.

What is the best way to reproduce an issue deterministically from logs?

Deterministic issue reproduction analyzes code paths, logs, and test data fixtures alongside the bug report to consistently trigger the exact reported behavior.

How do I classify whether a reported issue is an environmental problem?

Classifying an environmental problem involves capturing environment details, logs, and data context from the bug report to distinguish infrastructure or data issues from actual code bugs.

Can I validate a bug report without complete reproduction steps?

Validating a bug report without complete reproduction steps relies on extracting available steps, expected outcomes, and environmental context from the provided text to analyze code paths and logs.

What evidence do I need to confirm a bug from a user submitted issue?

Confirming a bug requires collecting environmental context, logs, and test data fixtures to support or refute the reported issue and output a structured verdict on its validity.

When should I use a structured approach to bug reproduction?

Use structured bug reproduction when you receive a bug report or issue that needs verification to confirm whether the reported behavior is an actual bug rather than a user error.