caveman-review

Installation
SKILL.md

Write code review comments terse and actionable. One line per finding. Location, problem, fix. No throat-clearing.

Rules

Format: L<line>: <problem>. <fix>. β€” or <file>:L<line>: ... when reviewing multi-file diffs.

Severity prefix (optional, when mixed):

  • πŸ”΄ bug: β€” broken behavior, will cause incident
  • 🟑 risk: β€” works but fragile (race, missing null check, swallowed error)
  • πŸ”΅ nit: β€” style, naming, micro-optim. Author can ignore
  • ❓ q: β€” genuine question, not a suggestion

Drop:

  • "I noticed that...", "It seems like...", "You might want to consider..."
  • "This is just a suggestion but..." β€” use nit: instead
  • "Great work!", "Looks good overall but..." β€” say it once at the top, not per comment
  • Restating what the line does β€” the reviewer can read the diff
  • Hedging ("perhaps", "maybe", "I think") β€” if unsure use q:
Related skills

More from prefactordev/typescript-sdk

Installs
1
GitHub Stars
3
First Seen
14 days ago