agent-issue-investigator

Investigate software bugs and production incidents to identify root causes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill agent-issue-investigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-issue-investigator
Source: https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code/tree/main/skills_tree/agent-issue-investigator
Command: npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill agent-issue-investigator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a systematic approach to investigating the root cause of software bugs, flaky test failures, and production incidents, ensuring thorough analysis before fixes are attempted.

Core Features & Use Cases

  • Root Cause Analysis: Deep dives into issues to identify the fundamental cause, not just symptoms.
  • Reproducible Bug Reports: Transforms incomplete reports into precise, reproducible analyses with evidence.
  • Use Case: When a critical bug is reported in production, this Skill will meticulously trace the issue, gather all necessary logs and evidence, and pinpoint the exact line of code or configuration that caused the failure.

Quick Start

Use the agent-issue-investigator skill to investigate the bug report provided in the ticket.

Frequently Asked Questions about agent-issue-investigator

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

FAQPage Schema
How do I perform root cause analysis for a production incident?

Root cause analysis for a production incident involves systematically analyzing symptoms, documenting the environment, reproducing the issue, and collecting evidence to pinpoint the exact origin of the failure. This approach ensures thorough investigation before any fixes are attempted.

What's the best way to investigate flaky test failures?

Investigating flaky test failures requires a systematic approach to trace the issue, gather necessary logs and evidence, and identify the fundamental cause rather than just treating the symptoms. Consistent reproduction is key to finding the origin.

How do I create a reproducible bug report from an incomplete ticket?

Creating a reproducible bug report from an incomplete ticket involves transforming vague reports into precise analyses by documenting the environment, reproducing the issue consistently, and collecting supporting evidence to identify the root cause.

Can I use this approach for debugging configuration errors?

Debugging configuration errors is supported by meticulously tracing the issue and gathering all necessary logs and evidence to pinpoint the exact line of code or configuration that caused the failure.

What should a structured bug investigation output include?

A structured bug investigation output should detail the findings, including precise reproduction steps, the identified root cause, and acceptance criteria to ensure the issue is fully resolved.

When do I need a systematic approach to troubleshooting software bugs?

A systematic approach to troubleshooting software bugs is needed when a critical bug is reported in production, ensuring thorough analysis, evidence collection, and root cause identification before fixes are attempted.