github-issue-analysis

Analyze GitHub issues to discover themes and prioritize roadmap recommendations.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/hashi-demo-lab/terraform-provider-aap --skill github-issue-analysis-hashi-demo-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-analysis
Source: https://github.com/hashi-demo-lab/terraform-provider-aap/tree/main/.claude/skills/github-issue-analysis
Command: npx skills add https://github.com/hashi-demo-lab/terraform-provider-aap --skill github-issue-analysis-hashi-demo-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyze GitHub issues for any repository to discover themes, assess community demand, and produce prioritized roadmap recommendations.

Core Features & Use Cases

  • Theme discovery: group issues by recurring topics and tag each issue with a primary theme.
  • Demand signals: measure issue counts, reactions, and comments to gauge community interest.
  • Prioritized roadmap output: generate a structured report with executive summary, theme deep-dives, demand trends, and recommended actions.
  • Workflow compatibility: works against any public or accessible GitHub repository via the gh CLI and supports open/closed states and PR inclusion options.

Quick Start

Provide the repository in owner/repo format to start analyzing issues and generate a prioritized roadmap report.

Frequently Asked Questions about github-issue-analysis

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

FAQPage Schema
How do I analyze GitHub issues to prioritize my product roadmap?

To analyze GitHub issues for roadmap prioritization, you provide a repository in owner/repo format to group issues by recurring themes, measure community demand via reactions, and generate a structured Markdown report with recommended actions.

Can I measure community demand from GitHub issue reactions and comments?

Yes, you can measure community demand by analyzing GitHub issue counts, reactions, and comments to gauge interest levels and generate demand trends within the final repository analysis report.

Do I need the gh CLI to group GitHub issues into themes?

Yes, you need the gh CLI installed and authenticated to access public or private repositories, fetch GitHub issues and pull requests, and cluster them into primary themes for roadmap planning.

What's the best way to turn open and closed GitHub issues into a structured report?

The best way to convert GitHub issues into a structured report is to process both open and closed states, cluster them by topic, calculate priority scores, and output an executive summary with theme deep-dives and recommended actions in Markdown.

Does GitHub issue theme discovery work with pull requests included?

Yes, GitHub issue theme discovery supports including pull requests alongside open and closed issues to provide a comprehensive view of repository activity and community demand signals for roadmap decisions.

GitHub issue analysis not working for private repositories, what are the limitations?

GitHub issue analysis requires accessible repositories, meaning you must have proper gh CLI authentication and permissions for private repositories; analysis is limited to repositories your authenticated user can actually read.