triage

Classify audit findings into prioritized work queues with deduplication.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/irvinesunday/Hali --skill triage-irvinesunday
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/irvinesunday/Hali/tree/main/.claude/skills/triage
Command: npx skills add https://github.com/irvinesunday/Hali --skill triage-irvinesunday

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform audit findings or a raw backlog into a clean, deduplicated, prioritized work queue. Aggressively deduplicate and segment issues, then recommend which items to close, merge, defer, relabel, or implement — and in what order. It does not modify code, ensuring safe orchestration.

Core Features & Use Cases

  • Deduplicate noisy issue lists and audits
  • Classify issues into IMPLEMENT, DEFER, CLOSE, MERGE-DUPLICATE, RELABEL, BLOCKED, NEEDS-HUMAN-DECISION
  • Recommend sequencing and highlight cross-issue dependencies

Quick Start

Provide an audit report or open issues list to receive an actionable, prioritized triage plan.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I deduplicate and prioritize a noisy backlog of audit findings?▼

Triage analyzes a raw backlog or audit findings to generate a clean, deduplicated, prioritized work queue. It aggressively segments overlapping issues and recommends which items to implement, defer, merge, or close in a structured report.

What is the best way to classify overlapping tickets across multiple teams?▼

Triage automates the classification of overlapping tickets into specific categories like IMPLEMENT, DEFER, CLOSE, MERGE-DUPLICATE, RELABEL, BLOCKED, and NEEDS-HUMAN-DECISION. This enforces phase gates to determine exactly what to action across teams.

How do I generate a prioritized issue-management queue from a raw issue list?▼

You provide an audit report or open issues list to receive an actionable, prioritized triage plan. The tool analyzes the input to recommend sequencing, highlight cross-issue dependencies, and deliver a structured work queue.

Does this triage workflow modify source code when processing issue lists?▼

No, this triage workflow does not modify code. It focuses entirely on backlog and audit analysis to ensure safe orchestration, strictly delivering recommendations and a structured report without altering your codebase.

When do I need to use an automated triage process for issue management?▼

You need automated triage when transforming noisy issue lists or audit results into a clean work queue. It is essential for deduplicating overlapping tickets, enforcing phase gates, and determining precise implementation sequencing.

How does issue deduplication handle items that require a human decision?▼

The triage process explicitly classifies ambiguous or conflicting issues into a NEEDS-HUMAN-DECISION category. This ensures that complex overlapping tickets are flagged for manual review rather than being automatically merged or closed.