bug-reproduction-validator

Reproduce and validate bug reports to classify issues as confirmed bugs.

240|75|Updated Jul 13, 2023
One-click install
npx skills add https://github.com/udecode/plate-playground-template --skill bug-reproduction-validator-udecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-reproduction-validator
Source: https://github.com/udecode/plate-playground-template/tree/main/.codex/skills/bug-reproduction-validator
Command: npx skills add https://github.com/udecode/plate-playground-template --skill bug-reproduction-validator-udecode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill systematically reproduces and validates bug reports, confirming whether reported behavior is an actual bug or expected behavior/user error.

Core Features & Use Cases

  • Bug Verification: Confirms if reported issues are genuine bugs.
  • Systematic Reproduction: Follows precise steps to replicate reported problems.
  • Bug Classification: Categorizes issues as Confirmed Bug, Cannot Reproduce, Not a Bug, etc.
  • Use Case: When a user reports that "the login button is broken," this Skill will attempt to reproduce the issue to confirm if it's a real bug.

Quick Start

Use the bug-reproduction-validator skill to verify the bug report about the email processing failure.

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 reported bug is an actual issue?

Bug verification involves systematically reproducing reported issues by extracting critical information, following precise reproduction steps, and applying validation methodology to classify the behavior as a genuine bug or user error.

What's the best way to reproduce an issue from a bug report?

Reproducing an issue requires a systematic process: meticulously extract critical information from the bug report, follow precise reproduction steps to replicate the problem, and apply validation methodology to classify the outcome.

How does bug classification work during issue verification?

Bug classification applies validation methodology and investigation techniques after reproducing the issue, categorizing the result as a Confirmed Bug, Cannot Reproduce, or Not a Bug based on the systematic reproduction outcome.

Can I confirm reported behavior as expected behavior instead of a bug?

Yes, issue verification applies validation methodology and investigation techniques to classify reported behavior as expected functionality or user error, confirming it as Not a Bug when the system operates as designed.

When do I need systematic reproduction for issue tracking?

Systematic reproduction is needed for issue tracking when a bug report requiring verification is received, demanding meticulous extraction of critical information and precise reproduction steps to validate the reported behavior.

What are the limitations of bug reproduction when critical information is missing?

When critical information is missing, bug reproduction faces limitations and may result in a Cannot Reproduce classification, as systematic reproduction requires meticulous extraction of details to replicate the reported problem accurately.