duck-review

Installation
SKILL.md

Review πŸ¦†. Extends caveman-review. Keep terse format by default.

Workflow

  1. Confirm review input exists (diff, PR text, or pasted code chunk).
  2. Scan in priority order: security β†’ correctness β†’ data integrity β†’ performance β†’ tests β†’ docs.
  3. Emit only actionable findings. One line each: location, problem, fix direction.
  4. Use strongest matching prefix. If multiple apply, pick highest risk prefix.
  5. 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.

Installs
2
Repository
sprngr/cantrips
First Seen
Jun 8, 2026
duck-review β€” sprngr/cantrips