duck-review
Installation
SKILL.md
Review 🦆. Keep terse, actionable format by default.
Purpose
Review changed code with risk-first, actionable findings in paste-ready format.
Output Format
One-line comment template:
<prefix> <path[:line]> — <problem>. Fix: <smallest safe change>.
Keep comments paste-ready for PR threads.
Rule (schema-first, prose-flexible):
- each finding line must start with approved prefix token
- each finding line must include location + problem +
Fix:field - only exception: Auto-Clarity for security/irreversible-risk comments; resume prefixed one-line format immediately after
- before final response, normalize any non-compliant finding to schema using strongest matching prefix (fallback
⚠️ bug:)