github-issue-reader

Fetch and summarize GitHub issue details and comments via gh CLI.

15|1|Updated Sep 13, 2025
One-click install
npx skills add https://github.com/EdanStarfire/claudecode_webui --skill github-issue-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-reader
Source: https://github.com/EdanStarfire/claudecode_webui/tree/main/.claude/skills/github-issue-reader
Command: npx skills add https://github.com/EdanStarfire/claudecode_webui --skill github-issue-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill quickly provides a comprehensive understanding of GitHub issues, including requirements, discussions, and decisions, saving you time spent manually sifting through comments and ensuring you have all the context needed to start work.

Core Features & Use Cases

  • Issue Detail Fetching: Retrieve titles, descriptions, labels, assignees, and creation/update metadata for any GitHub issue.
  • Comment Analysis: Summarize key decisions, implementation approaches, and blockers from issue discussions.
  • Requirement Synthesis: Extract and highlight core implementation requirements, flagging any ambiguities or missing information.
  • Use Case: When assigned issue #123, use this Skill to fetch all its details and comments, getting a concise summary of the problem, proposed solutions, and any blockers, so you can start working immediately without manual research.

Quick Start

Fetch and summarize the details and discussion for GitHub issue #42, extracting key decisions and any remaining ambiguities.

Frequently Asked Questions about github-issue-reader

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

FAQPage Schema
How do I quickly understand a GitHub issue without reading all the comments?

Fetch and analyze GitHub issue details, including comments, metadata, and discussion context using the GitHub CLI. This Skill retrieves titles, descriptions, labels, assignees, and synthesizes key decisions and blockers from discussions into a structured summary, so you can start work immediately without manual research.

Can I extract requirements and decisions from GitHub issue discussions?

Yes. This Skill parses issue comments to identify core implementation requirements, proposed solutions, blockers, and ambiguities. It synthesizes the discussion context into a concise summary highlighting decisions and flagging missing information.

What information does fetching a GitHub issue retrieve?

Fetching retrieves the issue title, description, labels, assignees, creation and update metadata, and the full comment thread. The Skill then analyzes this data to extract requirements, decisions, and implementation approaches for downstream tasks.

How do I get issue context when assigned a new GitHub task?

Provide the issue number or URL. The Skill uses the GitHub CLI to fetch all details and comments, then outputs a structured summary of the problem, proposed solutions, and any blockers blocking progress.

What do I need before using this Skill to analyze GitHub issues?

You need the GitHub CLI (gh) installed and authenticated to your GitHub account. The Skill requires either an issue number or URL to fetch and analyze issue details and discussion context.

Can this Skill identify ambiguities or missing information in issues?

Yes. During requirement synthesis, the Skill flags ambiguities and missing implementation information within issue discussions, helping you spot gaps before starting work.