prp-issue-investigate

Analyze GitHub issues and generate implementation plans with root cause analysis.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gobikom/prp-framework --skill prp-issue-investigate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-issue-investigate
Source: https://github.com/gobikom/prp-framework/tree/main/adapters/codex/prp-issue-investigate
Command: npx skills add https://github.com/gobikom/prp-framework --skill prp-issue-investigate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of investigating GitHub issues, providing a comprehensive plan for resolution, ensuring efficient and effective problem-solving.

Core Features & Use Cases

  • Issue Parsing: Automatically determines the type of input (GitHub issue or free-form description) and extracts relevant context.
  • Codebase Analysis: Utilizes intelligence to search and document the affected code, dependencies, and test patterns.
  • Root Cause Analysis: For bugs, employs the 5 Whys method to trace the issue to its source, while for enhancements, clearly outlines the rationale for change.
  • Implementation Plan Generation: Creates a detailed plan with actionable steps, including file modifications, test additions, and validation strategies.
  • Artifact Creation: Outputs a markdown file with all necessary information for implementation and review.
  • GitHub Integration: If an issue is provided, the Skill posts the investigation plan as a GitHub comment.

Quick Start

Use the prp-issue-investigate skill to analyze the GitHub issue #123 and create a plan for resolution.

Frequently Asked Questions about prp-issue-investigate

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

FAQPage Schema
How do I investigate a GitHub issue and create an implementation plan?

To investigate a GitHub issue and create an implementation plan, this Skill parses the issue, analyzes the codebase for affected dependencies, and generates a markdown artifact with actionable resolution steps.

What is the 5 Whys method for bug fixing root cause analysis?

The 5 Whys method for bug fixing traces a bug to its source by asking iterative questions. This Skill applies it during root cause analysis to identify the origin of codebase issues before planning fixes.

Can I use Python to automatically post issue resolution plans as a GitHub comment?

Yes, you can use Python to automatically post issue resolution plans as a GitHub comment. This Skill requires Python and the requests library to integrate with the GitHub API and post markdown artifacts.

Do I need GitHub API access for automated codebase analysis and issue parsing?

Yes, you need GitHub API access for automated codebase analysis and issue parsing. The Skill requires a Python environment with the requests library to fetch issue context and document affected code.

What's the best way to generate an actionable plan for a free-form bug description?

The best way to generate an actionable plan for a free-form bug description is to parse the input, search affected code patterns, and output a markdown file detailing file modifications and validation strategies.