code-review-burntsushi
Installation
SKILL.md
code-review-burntsushi
"Is there a reasonable expectation that the code will behave as advertised?" — BurntSushi
A code review should ask: is this code honest about its invariants, failure modes, costs, and semantics? Not just: does it work?
Quick start
Paste a diff or file and say "burntsushi review" or "honest review". Walk the ten general axes in REFERENCE.md, add the two Rust-specific axes if the code is Rust, then emit findings.
Steps
- State the change — what is this patch doing in one sentence? If unclear, ask first.
- Walk all ten general axes from REFERENCE.md in order. Flag every axis with a finding.
- If Rust: also apply the two Rust-specific axes (encoding invariants, ownership/allocation).
- Emit findings first using the output contract below.