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

  1. State the change — what is this patch doing in one sentence? If unclear, ask first.
  2. Walk all ten general axes from REFERENCE.md in order. Flag every axis with a finding.
  3. If Rust: also apply the two Rust-specific axes (encoding invariants, ownership/allocation).
  4. Emit findings first using the output contract below.

Output Contract

Installs
40
GitHub Stars
2
First Seen
May 22, 2026
code-review-burntsushi — wilbeibi/wilbeibi-skills