Pre-review skills

/thermo-nuclear-code-quality-review

Read the skill

My local version changes one rule: delete complexity before splitting a large file.

Can this implementation become dramatically simpler?

  1. Reviews the branch diff or every branch-touched file, not isolated snippets.
  2. Looks for a restructure that deletes branches, wrappers, states, or whole layers.
  3. Hunts dead machinery, duplicated truth, wrong-layer logic, casts, and weak boundaries.
  4. Returns a few high-conviction findings with concrete remedies and an approval verdict.
Target
Branch diff or complete touched files
Output
File, line, severity, remedy, verdict
Bias
Delete complexity instead of moving it

/autoreview

Read the skill

My local copy adds current model settings, stricter scope controls, and engine isolation.

What did a fresh reviewer notice?

  1. Builds the exact local, branch, or commit diff and sends it to an independent reviewer.
  2. Isolates that reviewer from project instructions and gives it read-only inspection tools.
  3. Treats every finding as advice until I verify it against the real code path.
  4. Fixes only accepted findings in scope, then reruns proof and review until clean.
Target
Exact final diff
Output
Structured findings and correctness verdict
Rule
Verify findings before changing code

/ramp-pr

Read the private team guide

This skill is local. There is no published /contributing-ramp skill.

Can the reviewer enter this diff cold?

  1. Reads the final diff and starts with what changes for the user.
  2. Explains only the choices, constraints, and uncertainty the code cannot show.
  3. Adds direct links, a reading order when useful, caveats, and brief test proof.
  4. Removes process narration and AI residue before I approve the draft.
Target
Final diff and repository rules
Output
Reviewer-first pull request description
Rule
Draft only, never post without approval

Before engineers take over.

  • I try to get a before and after picture.
  • I get Bugbot happy.
  • I try to remember to get E2E green.
  • I make sure the relevant stakeholders are happy first.