investigate-issue

Fetch GitHub issue details and generate an implementation plan with test guidance.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/lakshitadidwania2106/sandbox --skill investigate-issue-lakshitadidwania2106
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigate-issue
Source: https://github.com/lakshitadidwania2106/sandbox/tree/main/scenario_agent/bifrost/.claude/skills/investigate-issue
Command: npx skills add https://github.com/lakshitadidwania2106/sandbox --skill investigate-issue-lakshitadidwania2106

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of investigating GitHub issues, from fetching details to proposing a concrete implementation plan and test strategy.

Core Features & Use Cases

  • Comprehensive Issue Analysis: Gathers issue details, classifies the problem, and identifies affected code areas.
  • Codebase & Documentation Research: Searches the codebase for relevant code and researches external library documentation.
  • Actionable Implementation Plan: Generates a detailed plan including code changes, impact analysis, and test recommendations.
  • Use Case: When a bug is reported on GitHub, use this Skill to automatically analyze the issue, pinpoint the faulty code, research potential solutions, and present a clear plan for fixing it, including necessary tests.

Quick Start

Use the investigate-issue skill to investigate GitHub issue number 123.

Frequently Asked Questions about investigate-issue

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

FAQPage Schema
How do I investigate a GitHub issue to find the root cause in my codebase?

To investigate a GitHub issue, you can fetch the issue details using GitHub CLI, analyze the codebase to identify affected areas, research external library documentation, and generate an actionable implementation plan with test guidance.

What is the best way to diagnose a reported bug using code analysis?

The best way to diagnose a bug is to classify the problem, search the codebase for relevant faulty code, research potential solutions using documentation, and present a clear plan for fixing it with necessary test recommendations.

Do I need GitHub CLI to analyze repository issues and generate an implementation plan?

Yes, you need GitHub CLI to fetch issue details. You also need Context7 and web search capabilities to research external library documentation for thorough analysis and accurate implementation planning.

Can I use this for feature planning and documentation updates, or is it only for bug triage?

You can use this issue investigation process for bug triage, feature planning, and documentation updates. It classifies the problem and identifies affected code areas to support various issue types.

How do I create a test strategy after analyzing a GitHub issue?

After analyzing a GitHub issue and pinpointing the faulty code, this approach generates a detailed implementation plan that includes impact analysis and specific test recommendations to guide your code changes.

Why does investigating GitHub issues with code analysis require external documentation research?

Researching external library documentation is required during issue investigation to understand the dependencies involved, verify expected behaviors, and formulate an accurate, actionable implementation plan.