gh-queue

Coordinates GitHub PRs, Discussions, Issues into a unified backlog queue using gh CLI and GraphQL.

73|23|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/LanternOps/breeze --skill gh-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-queue
Source: https://github.com/LanternOps/breeze/tree/main/.claude/skills/gh-queue
Command: npx skills add https://github.com/LanternOps/breeze --skill gh-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates and streamlines the Breeze repository backlog by coordinating PRs, Discussions, and Issues into a single, evolving queue, ensuring consistent state across sessions.

Core Features & Use Cases

  • Auto-detects object type from user request to triage to PRs, Discussions, or Issues
  • Persists state in queue.md with per-type sections (PRs / Discussions / Issues) and a rolling session log
  • Maintains contributor profiles in contributors.md for long-term collaboration
  • Provides recommended triage actions and supports updates after merges/answers
  • Uses gh CLI and GraphQL to fetch live data for triage

Quick Start

Load the current backlog, triage the top open items, and update queue.md to reflect the latest state.

Frequently Asked Questions about gh-queue

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

FAQPage Schema
How do I triage GitHub backlog items like PRs, issues, and discussions together?

Triage GitHub backlog items by coordinating PRs, discussions, and issues into a unified queue. This applies per-type triage rules during review sessions to keep state synchronized across tracking files.

What is the best way to maintain state across GitHub backlog triage sessions?

Maintain triage state across sessions by persisting data in a queue.md file with per-type sections and a rolling session log. Contributor profiles are tracked in contributors.md for long-term collaboration.

Do I need the GitHub CLI to fetch live data for backlog triage?

Yes, you need the GitHub CLI and GraphQL to fetch live data for backlog triage. These dependencies retrieve current pull requests, discussions, and issues for queue processing.

How does auto-detecting object type work when triaging GitHub issues and PRs?

Auto-detecting object type works by parsing user requests to route items to PRs, discussions, or issues automatically. This categorization enforces per-type triage rules to guide review decisions.

Can I use this triage queue for contributor onboarding in a GitHub repository?

Yes, you can use the triage queue for contributor onboarding. It maintains contributor profiles in contributors.md and applies per-type triage rules to guide decisions during the onboarding process.