SkillAgentSearch skills...

triage

Triage open herdr GitHub issues into a concise decision-first Markdown table

Install / Use

npx skills add herdrdev/herdr --skill triage

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

71/100

Supported Platforms

Universal

Our assessment of triage

triage scores 71/100 on our quality scale, 259th of 371 Content & Media skills we index.

Its SKILL.md is 2.0 KB long, lightly structured (1 heading) and no code examples: moderately detailed.

With 40,642 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
5/20
Description
12/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated yesterday, so triage is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

triage compared with similar skills

All 4 of these similar skills score higher than triage; compare them before choosing.

SkillScoreStarsUpdatedFormat
triage (this skill)by herdrdev7140.6k1d agoSKILL.md
Agent-Reachby Panniantong10085.5k10d agoCLAUDE.md
headroomby headroomlabs-ai10073.8ktodayCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install triage?
Run npx skills add herdrdev/herdr --skill triage. The install tabs above show the steps for each supported agent.
Which AI agents does triage work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is triage safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is triage still maintained?
The repository was last updated yesterday, so triage is actively maintained.

name: triage description: Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.

Herdr Issue Triage

Use this skill only inside the herdr repository.

When the user says triage, inspect open GitHub issues for herdrdev/herdr and return a concise Markdown table. Prefer GitHub MCP tools when available. If they are unavailable, use gh issue list / gh issue view only when authenticated access is already configured.

Use this table shape:

| Light | Recommendation | Issue | Age | Reactions | Why | |---|---|---|---:|---:|---| | 🔴 | fix now | #123 | 18d | 5 | user-visible regression | | 🟡 | queue | #124 | 42d | 2 | useful but not blocking | | 🔵 | defer | #125 | 7d | 0 | cosmetic polish |

Keep issue numbers as Markdown links. Use days since issue creation for Age. Use total reactions for Reactions; include a compact breakdown only when it changes interpretation, such as 7 (5 👍, 2 👀).

Classify with these lights:

  • 🔴 fix now: reproducible bug, crash, data loss, blocked workflow, release risk, or high-confidence user-visible regression.
  • 🟡 queue: useful feature, important quality issue, repeated user signal, stale issue that still looks valid, or behavior worth scheduling.
  • 🔵 defer: cosmetic polish, low-signal idea, unclear report, docs-only nit, or issue that likely needs more evidence before implementation.

Recommendations should be short imperative phrases: fix now, queue, defer, needs repro, close?, or needs owner decision.

Write one sentence before the table only if needed to state scope, such as how many open issues were inspected. After the table, add at most one short note for uncertainty or follow-up. Do not produce a long narrative unless the user asks for depth.

Related Skills

View on GitHub
GitHub Stars40.6k
CategoryContent
Updated1d ago
Forks3.1k

Languages

Rust

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions