issue-list

List open GitHub issues sorted by priority labels.

2|Updated Apr 6, 2017
One-click install
npx skills add https://github.com/shiiman/dotfiles --skill issue-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-list
Source: https://github.com/shiiman/dotfiles/tree/main/ai/codex/skills/issue-list
Command: npx skills add https://github.com/shiiman/dotfiles --skill issue-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps teams quickly triage and prioritize open issues by automatically listing them in priority order.

Core Features & Use Cases

  • Open issues are retrieved and displayed.
  • Priority-based sorting uses labels like priority-high, priority-medium, and priority-low.
  • Use Case: A team wants to surface top bugs and feature requests to plan sprints.

Quick Start

Ask the AI to list the repository's open issues ordered by priority.

Frequently Asked Questions about issue-list

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

FAQPage Schema
How do I list open GitHub issues in priority order for sprint planning?

You can list open GitHub issues in priority order by fetching issue numbers, titles, and labels via the gh cli, then sorting them based on priority labels to surface top work for sprint planning.

How does priority-based sorting work for GitHub issue triage?

Priority-based sorting retrieves open issues with their labels, assignees, and state, then automatically orders them based on priority-high, priority-medium, and priority-low labels to streamline triage.

Do I need specific priority labels to sort GitHub issues automatically?

Yes, you need priority labels configured in your repository. The skill applies to repositories that use priority labels like priority-high, priority-medium, and priority-low to automatically order open issues.

Can I use the gh cli to fetch GitHub issues with assignees and labels?

Yes, you can use the gh cli to fetch GitHub issues with assignees and labels. The skill uses the gh issue list command to retrieve issue numbers, titles, labels, assignees, createdAt, and state for triage.

What is the best way to surface top bugs and feature requests for planning?

The best way to surface top bugs and feature requests for planning is to retrieve open repository issues and automatically sort them by priority labels, streamlining the triage process for teams.