read-github-issue

Fetch GitHub Issue details and download embedded images via gh-asset.

2|Updated Nov 27, 2017
One-click install
npx skills add https://github.com/tomoasleep/dotfiles --skill read-github-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-github-issue
Source: https://github.com/tomoasleep/dotfiles/tree/main/config/opencode/skills/read-github-issue
Command: npx skills add https://github.com/tomoasleep/dotfiles --skill read-github-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reads GitHub Issue content including its title, body, comments, labels, and assignee information, enabling quick issue inspection and metadata extraction. It also supports downloading embedded images via gh-asset when images are present in the Issue.

Core Features & Use Cases

  • Fetch Issue Details: Retrieve title, body, comments, labels, and assignee data for a GitHub Issue.
  • Download Embedded Images: If the Issue contains image links, download them using gh-asset for local reference.
  • Use Case: When triaging issues in a multi-repo project, run this Skill to generate concise issue summaries and asset references for reporting.

Quick Start

Run gh issue view <Issue-number> to fetch the issue contents. If images are present, download them with gh-asset download <asset_id> ~/Downloads/.

Frequently Asked Questions about read-github-issue

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

FAQPage Schema
How do I fetch GitHub Issue details like comments and labels using gh-cli?

Fetching GitHub Issue details retrieves the title, body, comments, labels, and assignee information using the gh issue view command. This allows for quick issue inspection and metadata extraction across repositories.

Can I download embedded images from a GitHub Issue automatically?

Downloading embedded images from a GitHub Issue is supported by utilizing gh-asset when image links are present in the content. This downloads the attached assets for local reference and reporting.

What is the best way to extract metadata from GitHub Issues for multi-repo triage?

Extracting metadata from GitHub Issues for multi-repo triage involves reading titles, labels, and assignee data to generate concise summaries. This enables rapid issue inspection and metadata extraction across multiple repositories.

Does GitHub Issue metadata extraction require any external dependencies?

GitHub Issue metadata extraction requires no external dependencies, operating entirely through gh-cli commands. It fetches issue content and utilizes gh-asset for downloading embedded images when they are present.

How do I get a rapid summary of a GitHub Issue for reporting?

Getting a rapid summary of a GitHub Issue for reporting involves reading the title, body, and comments to generate concise summaries. This extracts metadata and asset references suitable for multi-repo project reporting.