issue-triage

Audit GitHub issues with risk scoring and duplicate detection.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill issue-triage-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-triage
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/issue-triage
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill issue-triage-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open issue backlogs grow faster than teams can triage them, leading to confusion, duplication, and stalled work. This Skill provides a structured 3-phase workflow to audit, analyze, and act on issues, helping maintainers keep the backlog actionable.

Core Features & Use Cases

  • 3-phase workflow: Phase 1 Audit (collects data), Phase 2 Deep Analysis (optional deep dive), Phase 3 Actions (validated changes).
  • Triage outputs: Generates triage tables and recommended actions to guide discussion and resolution.
  • Automation-friendly: Supports language variations, labels, and PR linkage to preserve context across workflows.

Quick Start

Run /issue-triage to start auditing and triaging your open GitHub issues.

Frequently Asked Questions about issue-triage

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

FAQPage Schema
How do I automate GitHub issue triage for a large backlog?

Automate GitHub issue triage by running a 3-phase workflow that audits open issues, analyzes risk and similarity, and proposes validated actions. This process helps maintainers systematically clean up backlogs with dozens to hundreds of stale tickets and duplicates.

What is the best way to detect duplicate issues in a GitHub repository?

Detect duplicate issues using local Jaccard-based similarity analysis during the deep analysis phase. This mechanism compares open tickets to identify potential duplicates, helping maintainers reduce confusion and consolidate stalled work across the backlog.

Can I score GitHub issues by risk and staleness to prioritize cleanup?

Score GitHub issues by risk and staleness to prioritize backlog cleanup effectively. The triage workflow evaluates open tickets and generates triage tables with risk scores, guiding maintainers on which stale issues require immediate action or discussion.

Does issue triage support linking pull requests to preserve context across workflows?

Issue triage supports PR linkage to preserve context across workflows. The automation-friendly workflow also accommodates language variations and labels, ensuring that proposed validated actions maintain existing repository context during backlog cleanup.

How do I draft validated action templates for stale GitHub issues?

Draft validated action templates for stale GitHub issues during the actions phase of the triage workflow. The system generates these templates based on audit data and deep analysis, ensuring proposed changes are reviewed before execution on the repository.

When should I use an automated issue triage workflow instead of manual cleanup?

Use an automated issue triage workflow instead of manual cleanup when managing non-trivial repositories with dozens to hundreds of open issues. The structured 3-phase approach handles stale tickets and duplicate detection far more efficiently than manual auditing.