bug-reproduction-validator

Reproduces reported issues and validates whether they are genuine bugs.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill bug-reproduction-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-reproduction-validator
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/bug-reproduction-validator
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill bug-reproduction-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams determine whether a bug report corresponds to an actual defect by performing a structured reproduction and validation process, reducing wasted debugging time.

Core Features & Use Cases

  • Systematic reproduction steps: Extract and organize precise steps from user reports and reproduce them in a controlled environment.
  • Validation & classification: Assess if the issue is a real bug, user error, or environmental issue; document evidence.
  • Investigation & reporting: Produce a concise report including steps taken, findings, root cause, and recommended fixes.
  • Use Case: When a bug report arrives, run the reproduction validator to verify if the bug is real before allocating engineering effort.

Quick Start

Run the bug-reproduction-validator against a reported issue by feeding it the context and reproduction steps, then review the generated validation report.

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 whether a bug report is a genuine defect?

Verify bugs by systematically reproducing the reported steps in a controlled environment, documenting evidence, and classifying the issue as a true bug, user error, or environmental problem. This process reduces wasted debugging effort by confirming defects before engineering allocation.

What's the best way to extract and organize reproduction steps from a bug report?

Extract reproduction steps by breaking down the user's report into precise, sequential actions, then organize them for controlled testing. Structured reproduction steps form the foundation for validation and help isolate root causes efficiently.

Can bug reproduction validation help teams reduce debugging time?

Yes. Systematic reproduction and validation filter out non-defects early, so engineering teams focus only on genuine bugs. This structured approach significantly reduces wasted time on invalid or environment-specific issues.

What should a bug validation report include?

A validation report documents steps taken, findings from reproduction attempts, classification of the issue, evidence collected, identified root cause, and recommended fixes or mitigations for confirmed defects.

How do I determine if an issue is user error rather than a real bug?

Reproduce the reported steps exactly as described, then test expected behavior in a baseline environment. If the issue cannot be reproduced or occurs only under specific user configuration, document it as user error or environmental issue rather than a defect.

When should I run a bug reproduction validator in the development workflow?

Run the validator immediately after a bug report arrives, before triaging or assigning work. Early validation determines whether the issue is genuine, preventing downstream wasted effort and enabling faster prioritization.