read-github-issue

Extract and structure GitHub Issue data with labels, assignees, and milestones.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill read-github-issue-getty104
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-github-issue
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/read-github-issue
Command: npx skills add https://github.com/getty104/claude-task-worker --skill read-github-issue-getty104

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of extracting and structuring GitHub Issue data, enabling efficient analysis and automation of issue management tasks.

Core Features & Use Cases

  • Issue Extraction: Retrieve and parse details from GitHub Issues.
  • Data Structuring: Break down Issue content into actionable tasks and dependencies.
  • Use Case: When you need to automate the process of analyzing GitHub Issues and deriving actionable tasks from them.

Quick Start

Execute the read-github-issue skill with the Issue number as the argument: read-github-issue <issue-number>

Frequently Asked Questions about read-github-issue

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

FAQPage Schema
How do I extract and structure GitHub Issue data for automated task management?

You need Claude Code for execution and GitHub API access to run the issue extraction process. These two prerequisites provide the environment and authentication required to retrieve and structure GitHub Issue data.

Can I parse GitHub Issue details like labels and milestones into actionable tasks?

You execute the skill by passing the issue number as an argument in the format `read-github-issue <issue-number>`. This command triggers the extraction and structuring of the specified GitHub Issue data.

Do I need Claude Code to retrieve and parse details from GitHub Issues?

This approach is specifically optimized for automated issue management workflows where structured data extraction is required. If your goal is manual reading or simple web scraping, other tools may be more appropriate.

What is the best way to automate GitHub Issue analysis and derive actionable tasks?

Yes, the skill breaks down GitHub Issue content into actionable tasks and dependencies. This parsed structure is designed to be used in automated issue management workflows and further processing.

Are there limitations when extracting GitHub Issue data for automated workflows?

The main constraint is the strict dependency on Claude Code for execution and GitHub API access. The skill is optimized for automated issue management workflows and may not suit contexts lacking these prerequisites.