triage-issues

Classifies and labels untagged GitHub issues by type, priority, and size.

32|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/t0dorakis/murmur --skill triage-issues-t0dorakis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issues
Source: https://github.com/t0dorakis/murmur/tree/main/.agents/skills/triage-issues
Command: npx skills add https://github.com/t0dorakis/murmur --skill triage-issues-t0dorakis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the tedious and time-consuming process of triaging new GitHub issues, ensuring they are correctly classified, prioritized, and labeled for efficient development workflow.

Core Features & Use Cases

  • Automated Classification: Automatically categorizes issues by type (bug, enhancement, etc.), priority, and size.
  • Duplicate Detection: Identifies and flags duplicate issues to prevent redundant work.
  • Label Application: Applies relevant labels (e.g., triaged, priority:must, size:m) based on classification.
  • Use Case: When a new GitHub issue is opened, this Skill can automatically read its content, determine if it's a critical bug or a minor enhancement, estimate the effort required, and label it accordingly, allowing developers to focus on fixing issues rather than organizing them.

Quick Start

Use the triage-issues skill to review and label all new GitHub issues in the repository.

Frequently Asked Questions about triage-issues

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

FAQPage Schema
How do I automate GitHub issue triage and labeling?

Automate GitHub issue triage by using a skill that classifies untriaged issues by type, priority, and size, then applies predefined labels like 'bug' and 'priority:must' to streamline workflow management.

Can I automatically detect duplicate issues in GitHub?

Yes, automated duplicate detection identifies and flags redundant GitHub issues during the triage process, preventing duplicate work and keeping the repository organized without manual checks.

Do I need the gh CLI to automate GitHub issue classification?

Yes, you need the 'gh' CLI installed for GitHub interaction, as the automated triage process relies on it to read issue content, determine classification, and apply predefined labels.

What GitHub labels are applied when automating issue triage?

Automating issue triage applies predefined labels such as 'triaged', 'bug', 'enhancement', 'priority:must', and 'size:m', adhering to specific label conventions for efficient issue management.

How does automated issue triage estimate effort for GitHub issues?

Automated issue triage estimates effort by reading the issue content, determining if it is a critical bug or minor enhancement, and applying size labels like 'size:m' to indicate the required work.

What is the best way to categorize new GitHub issues by priority?

The best way to categorize GitHub issues by priority is to automate the triage process, which reads issue content and applies priority labels like 'priority:must' based on the classification.