severity

Solid

Rates how severe a finding or bug is if it is real — the blast-radius axis, complementary to confidence's is-it-real axis. Emits a lowercase tier (critical / high / medium / low) from a fixed axis rubric, then applies one deterministic, executable path floor (auth / billing / migration / infra / secrets paths) plus heuristic escalators (data-loss, security, concurrency shapes) — both scoped to reachable production code, never test / fixture / generated paths. Callers own how they gate on the tier and map it to their own blocking rules; the skill stays policy-free. Use to triage a review finding or a bug. Triggers on "how severe", "rate severity", "severity check", "triage this finding", "how bad is this", "/severity".

AI & Automation 13 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 86/100

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

Skill Content

# Severity Assessment Rate how severe a finding or bug is **if it is real**, and emit one tier the caller acts on. > **Severity is not confidence.** `confidence` answers *is this real / correct*. > `severity` answers *how bad is it if it is*. The two are orthogonal — a caller > composes them (surface when severity clears the caller's bar for its tier AND > confidence clears that bar). Never fold them into one number. > **What is actually deterministic here.** One thing: the **path floor** in Step 2 > is an executable glob against the file path (a real `case` match), so it never > depends on model judgment. The **escalators** (data-loss / security / concurrency > shapes) are heuristic — an LLM reads the code shape. This is the honest split; > do not call the escalators deterministic. It mirrors `confidence`'s executable > rule checks only for the path floor. ## Contents - [Mode Detection](#mode-detection) - [Severity rubric](#severity-rubric) - [Step 1 — Base tier from axes](#step-1--base-tier-from-axes) - [Step 2 — Path floor and escalators](#step-2--path-floor-and-escalators) - [Step 3 — Combined tier](#step-3--combined-tier) - [Output Format](#output-format) - [Mapping to a reviewer's blocking flag](#mapping-to-a-reviewers-blocking-flag) - [How Callers Consume the Tier](#how-callers-consume-the-tier) - [Evals](#evals) --- ## Mode Detection Check the arguments: `$ARGUMENTS` | Argument | Default | Rates the severity of | Typical caller ...

Details

Author
mthines
Repository
mthines/agent-skills
Created
4 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category