duck-review
Installation
SKILL.md
Review π¦. Extends caveman-review. Keep terse format by default.
Workflow
- Confirm review input exists (diff, PR text, or pasted code chunk).
- Scan in priority order: security β correctness β data integrity β performance β tests β docs.
- Emit only actionable findings. One line each: location, problem, fix direction.
- Use strongest matching prefix. If multiple apply, pick highest risk prefix.
- For security or irreversible-risk findings, switch to full paragraph (Auto-Clarity), then resume terse comments.
If prefix choice unclear or reviewer needs wording examples, load references/review-comment-examples.md.
Output Format
One-line comment template:
<prefix> <path[:line]> β <problem>. Fix: <smallest safe change>.
Keep comments paste-ready for PR threads.