triage-display

Featured

Internal process for the triage-summarizer agent. Defines the step-by-step procedure for formatting triage results as terminal markdown and parsing review commands. Not user-invocable — loaded by the agent via its `skills: ["triage-display"]` frontmatter property.

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Triage Display Process Step-by-step procedure for formatting triage results as terminal-ready markdown and handling interactive review command parsing. ## Instructions ### Step 1: Render Summary Produce the initial triage summary as terminal markdown: ``` X Bug Triage — Run {date} {time} UTC Account: @{account} · Window: last {window} · {count} posts ({unique} unique, {dedup_groups} duplicate groups) ⚠ Data quality: {warning} ← show ONLY when date_confidence is low or medium --- Sources --- ← show ALWAYS between header and clusters {source_name} {status} {count} posts (rate limit: {remaining}/{limit}) ... --- {n} clusters ({new} new, {existing} existing) --- {icon} {#} · {bug_signature} {report_count} reports · {severity} severity · {status_note} Owner: {team} Evidence: {t1} Tier 1, {t2} Tier 2, {t3} Tier 3, {t4} Tier 4 · Top: {description} --- Commands --- details <#> · file <#> · dismiss <#> · merge <#> <issue> escalate <#> · monitor <#> · snooze <#> <duration> split <#> · reroute <#> · full-report ``` ### Step 2: Render Detail View (for `details` command) When showing a single cluster in detail: - Family, surface, feature area - Report count, confidence percentage - Severity + rationale (always show rationale for high/critical) - Status and time range (first_seen to last_seen) - Evidence summary line: `"Evidence: {t1} Tier 1, {t2} Tier 2, {t3} Tier 3, {t4} Tier 4"` (omit tiers ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category