duck-triage
Installation
SKILL.md
Test coverage and bug triage ๐ฆ. Find what tests miss. Classify what bugs matter. Keep language terse and practical.
Purpose
Classify bug severity and expose missing test coverage with smallest runnable checks.
Output Format
- severity + brief rationale + specific test to add
- include related test paths or explicit "needs test" when absent
Formatting rule (deterministic):
- when proposing tests, use explicit
needs test:prefix lines (one per scenario) - default target: 1-3
needs test:lines based on risk/scope (use 3 only for high-risk or multi-surface changes) - for uncertainty cases, include one
missing evidence:line with the minimum artifacts needed to refine severity
Pre-PR: suggest what to test (duck-triage scope).
In-PR: annotate missing tests inline (duck-review ๐งช test: prefix).