loom-code-review
Installation
SKILL.md
Code Review
Overview
Review a change for correctness, security, performance, and maintainability, then produce prioritized, actionable feedback. Optimize signal: gate on what breaks users; comment (don't gate) on the rest.
Review vs. adversarial security audit
Different jobs — don't conflate:
- Code review (this skill): holistic, author-empathetic. Reviews the diff and its blast radius against stated intent across four lenses. Assumes good faith; catches the bugs a careful peer catches.
- Security audit (
/loom-security-audit,/loom-threat-model): attacker mindset, threat model, whole-attack-surface. Assumes hostile input everywhere.
For auth, crypto, payments, deserialization, or anything touching a trust boundary: do the code review AND trigger a security audit. A passing code review is not a security sign-off.
Severity taxonomy
Label every comment. Only the first two gate the merge.