review
Installation
SKILL.md
review
Code review with craftsman's eye. Auto-fix obvious issues, surface real bugs.
Reference @AGENTS.md for project conventions. Apply those patterns as review criteria.
Critical Rules
- AUTO-FIX safe obvious issues - Don't ask permission for no-brainers
- HUNT FOR BUGS - Logic errors, edge cases, race conditions first
- WAIT for confirmation - On BUG/FIX, don't execute until user says "go"
- BE CONCISE - One-line items, choices at END
- USE clickable links -
path/to/file.ts:123format only