github-issue-selector

Query GitHub CLI to list and inspect open repository issues.

2|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/chichex/skills --skill github-issue-selector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-selector
Source: https://github.com/chichex/skills/tree/main/codex/github-issue-selector
Command: npx skills add https://github.com/chichex/skills --skill github-issue-selector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the friction of manually searching and navigating GitHub issues, allowing you to quickly list, inspect, and select the right issue to work on without leaving your terminal or IDE.

Core Features & Use Cases

  • Issue Discovery: Lists open issues from the current repository with relevant metadata like labels and update timestamps.
  • Contextual Inspection: Fetches full issue details, including body text and comments, to ensure you have the necessary information before starting.
  • Workflow Integration: Seamlessly transitions into triage or development workflows (like SDD-run) once an issue is selected.

Quick Start

Ask the agent to use the github-issue-selector skill to list the open issues in the current repository and help you pick one to work on.

Frequently Asked Questions about github-issue-selector

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

FAQPage Schema
How do I list and triage open GitHub issues from my local repository?

To triage GitHub issues locally, you can use an automation tool that queries the GitHub CLI (gh) to list open repository tasks with relevant metadata like labels and update timestamps.

How do I fetch full details and comments for a GitHub issue without leaving the terminal?

Fetching full GitHub issue details, including body text and comments, is done by querying the GitHub CLI to pull contextual metadata directly into your terminal or IDE for inspection.

What's the best way to automate GitHub issue discovery for development workflows?

The best way to automate GitHub issue discovery is by integrating a tool that queries open repository tasks and seamlessly transitions into your triage or development workflows once an issue is selected.

Do I need the GitHub CLI installed to query and inspect repository issues locally?

Yes, you need the GitHub CLI (gh) installed and authenticated to perform API requests that query the local git repository and provide actionable issue lists and detailed metadata.

Can I integrate local issue triage directly into a software development workflow?

Yes, local issue triage can be integrated directly into software development workflows by selecting an issue to work on and seamlessly transitioning into downstream development processes.

What metadata is provided when listing open GitHub issues for triage?

When listing open GitHub issues for triage, the tool provides relevant metadata such as labels and update timestamps to help developers quickly inspect and select the right issue.