list-issues

List GitHub issues in a terminal table with colorized labels and filters.

22|3|Updated Jul 28, 2024
One-click install
npx skills add https://github.com/webdevcody/go-mailing-list --skill list-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-issues
Source: https://github.com/webdevcody/go-mailing-list/tree/main/.claude/skills/list-issues
Command: npx skills add https://github.com/webdevcody/go-mailing-list --skill list-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the hassle of manually scanning GitHub issues by presenting a clean, colorized summary of relevant issues in your terminal.

Core Features & Use Cases

  • Color-accurate issue dashboard: Shows issue number, title, labels (rendered in their true GitHub colors), author, and relative age.
  • Flexible filtering: Supports common filters like open/closed/all state, label, assignee, author, and search terms.
  • Glance-first formatting: Produces a single, read-only table without pagination or mid-flight prompts for fast triage.

Quick Start

Ask: "list open bugs assigned to me with labels shown in their real GitHub colors."

Frequently Asked Questions about list-issues

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

FAQPage Schema
How do I list GitHub issues in the terminal with real color labels?

You can list GitHub issues in the terminal with color labels by using the gh issue list command combined with gh label list to fetch live label colors, rendering them as ANSI truecolor output in a single read-only table for fast triage.

Can I filter GitHub issues by state, assignee, and search terms for triage?

Yes, you can filter GitHub issues for triage by applying state, label, assignee, author, and search constraints directly through the gh issue list command to narrow down your terminal output.

Does the GitHub issue terminal view support pagination?

No, the GitHub issue terminal view does not support pagination. It produces a single non-paginated read-only result table to ensure stable output ordering without resorting for quick glance-first triage.

What is the best way to display issue metadata and relative age in a CLI dashboard?

The best way to display issue metadata and relative age in a CLI dashboard is rendering gh issue list results into a terminal table that shows the issue number, title, author, and age without mid-flight prompts.

Why are my GitHub label colors not showing correctly in the terminal?

GitHub label colors might not show correctly in the terminal if the tool does not apply ANSI truecolor rendering using live colors fetched from gh label list, which ensures accurate visual representation.