avadbeta-investigate

Investigate user-reported bugs by reproducing symptoms and testing hypotheses.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/agwacom/avadbeta --skill avadbeta-investigate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avadbeta-investigate
Source: https://github.com/agwacom/avadbeta/tree/main/codex-plugin/skills/avadbeta-investigate
Command: npx skills add https://github.com/agwacom/avadbeta --skill avadbeta-investigate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Root-cause debugging of reported bugs, failures, or unexpected behavior by reproducing symptoms, gathering evidence, testing hypotheses, and validating fixes before closing the ticket.

Core Features & Use Cases

  • Systematic symptom gathering and reproduction/inspection of failures.
  • Hypothesis-driven analysis with the 3-strikes rule to prevent guesswork.
  • Evidence-based verification to confirm the original failure is resolved.

Quick Start

Describe a concrete symptom and provide any error messages to initiate the investigation workflow.

Frequently Asked Questions about avadbeta-investigate

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

FAQPage Schema
How do I identify the root cause of a user-reported bug?

To identify the root cause of a reported bug, you need a structured investigation workflow that gathers evidence, reproduces symptoms, and tests hypotheses to verify the exact failure point before applying a fix.

What is the best way to reproduce a failure for evidence-driven debugging?

The best way to reproduce a failure for evidence-driven debugging is to systematically gather reported symptoms and inspect the error outputs, creating a reproducible scenario to form testable hypotheses about the root cause.

How does the three-strikes rule work in root-cause analysis?

The three-strikes rule in root-cause analysis limits guesswork by allowing a maximum of three failed hypothesis tests before escalating the unresolved issue to human review, ensuring structured and evidence-first verification.

Can I use this investigation workflow without writing automated tests?

Yes, you can use this investigation workflow without automated tests by manually providing a concrete symptom description and error messages to initiate the hypothesis-driven analysis and evidence-based verification process.

When should I escalate an unresolved bug investigation to human review?

You should escalate an unresolved bug investigation to human review after the three-strikes limit is reached, meaning three structured hypotheses have been tested and failed to identify the root cause of the reported failure.