issues

List and filter GitHub issues by label, milestone, or keyword.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Pjpj42/GridRacer --skill issues-pjpj42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issues
Source: https://github.com/Pjpj42/GridRacer/tree/main/.claude/skills/issues
Command: npx skills add https://github.com/Pjpj42/GridRacer --skill issues-pjpj42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List and filter GitHub issues in a repository to triage work and track progress.

Core Features & Use Cases

  • List all open issues.
  • Filter by label, milestone, or keyword.
  • Format outputs for readability and quick decision making.

Quick Start

Use the /issues command to display open GitHub issues and apply optional label or milestone filters.

Frequently Asked Questions about issues

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

FAQPage Schema
How do I list and filter GitHub issues for project triage?

To list and filter GitHub issues for triage, you can use a command that relies on the GitHub CLI to run `gh issue list` with optional filters, formatting the output for easy reading and quick decision making.

Can I filter GitHub issues by label, milestone, or keyword?

Yes, you can filter GitHub issues by label, milestone, or keyword. The filtering mechanism applies these constraints directly to the GitHub issue list query to surface specific items across your repository.

What is the best way to surface open GitHub issues quickly?

The best way to surface open GitHub issues quickly is to use an automated workflow that queries the repository via GitHub CLI and formats the resulting list for readability and immediate triage action.

Do I need GitHub CLI to automate issue triage workflows?

Yes, you need the GitHub CLI installed to automate issue triage workflows. The process relies on the `gh issue list` command to fetch, filter, and surface repository data based on your specified criteria.

Does this issue filtering approach work for project maintenance tracking?

Yes, this issue filtering approach works for project maintenance tracking. It applies specifically to maintenance and triage workflows to quickly surface relevant issues and track repository progress.