triage

Translate natural language queries into GitHub CLI commands to summarize issues.

2|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ondrasek/cc-plugins --skill triage-ondrasek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/ondrasek/cc-plugins/tree/main/plugins/github-issues/skills/triage
Command: npx skills add https://github.com/ondrasek/cc-plugins --skill triage-ondrasek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only — does not create or modify issues.

Core Features & Use Cases

  • Translates natural language queries into GitHub CLI issue list commands to surface issues by status, labels, assignees, or search terms.
  • Presents issue details and surfaces related issues with summarized discussions to help quick decisions.
  • Checks prerequisites like the GitHub CLI availability before executing commands.

Quick Start

Ask me to show issues with a given query and present a concise summary.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I query GitHub issues using natural language?

The Skill translates your natural language request into GitHub CLI commands to query issues. It executes these commands via the gh tool to retrieve and summarize issues by status, label, or assignee.

Can I scan multiple repositories for issues by label and assignee?

Yes, you can scan multiple repositories for issues by label and assignee. The Skill translates your natural language query into GitHub CLI commands to surface and summarize matching issues across repositories.

Do I need the GitHub CLI installed to summarize issues?

Yes, you need the GitHub CLI (gh) installed to summarize issues. The Skill checks for gh availability before executing commands, using its --json output to format structured issue data for display.

What is the best way to surface related GitHub issues and discussions?

The best way to surface related GitHub issues is to ask the Skill to fetch issue details. It translates your request into GitHub CLI commands and presents related issues with summarized discussions for quick decisions.

Does this GitHub issue triage tool modify or create new issues?

No, this GitHub issue triage tool is strictly read-only and does not create or modify issues. It only translates natural language into GitHub CLI commands to read, filter, and summarize existing issue data.

How are GitHub issue search results formatted for human-friendly display?

GitHub issue search results are formatted for human-friendly display by parsing the --json outputs from the GitHub CLI. The Skill structures this data to present concise issue details and summarized discussions.