triage

Classify and label GitHub issues using the GitHub CLI.

Updated May 4, 2026
One-click install
npx skills add https://github.com/BAS-More/Archon --skill triage-bas-more
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/BAS-More/Archon/tree/main/.claude/skills/triage
Command: npx skills add https://github.com/BAS-More/Archon --skill triage-bas-more

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the triage process for GitHub issues by classifying and labeling issues efficiently, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Issue Labeling: Automatically applies type, effort, priority, and area labels based on issue content.
  • Scope Management: Supports triaging specific issues, ranges, or all open issues.
  • Use Case: For a project with dozens of unresolved issues, quickly categorize and label new issues to prioritize bug fixes and feature requests effectively.

Quick Start

Use the triage skill to analyze the details of issue number 42 and automatically assign appropriate labels based on its content.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I automate GitHub issue labeling for my open source project?

Automated issue triage is the process of classifying and labeling GitHub issues without manual effort. This Skill reads issue data via the GitHub CLI and analyzes codebase context to automatically apply type, effort, priority, and area labels.

Can I triage a specific range of GitHub issues instead of all open ones?

Triage scope management supports analyzing specific issues, ranges, or all open issues. You can target a single issue by number, such as issue 42, or process the entire backlog to ensure consistent prioritization across your project.

Does automated issue triage work without setting up custom label schemas first?

Automated issue triage validates label completeness using Glob and Grep tools to analyze codebase context. It applies type, effort, priority, and area labels, making it suitable for projects with numerous open issues requiring consistent triage practices.

What is the best way to prioritize bug fixes and feature requests in GitHub?

Prioritizing bug fixes and feature requests is best handled by automatically applying priority and effort labels to issues. This Skill analyzes issue content to categorize and label new issues, enabling efficient issue management and prioritization.

Why does automated issue triage require access to the codebase context?

Automated issue triage requires codebase context to validate label completeness and accurately apply area labels. The Skill uses Read, Glob, and Grep tools alongside the GitHub CLI to analyze repository files and ensure labels match the project structure.