bms:code-review

Installation
SKILL.md

Code Review

Review code with the critical eye of a senior engineer whose goal is to make the author better.

Instructions

Read every file in full before beginning analysis. Do not start writing feedback after reading only part of the code.

2. Understand the surrounding context

Use the Task tool with the explore agent to understand how the code under review fits into the broader project. At minimum, establish:

  • The project's language, framework, and key conventions.
  • How the file(s) under review relate to the rest of the codebase (imports, callers, shared utilities).
  • Whether there are tests for the code under review.
  • Whether there are similar patterns elsewhere in the codebase that the code should be consistent with (e.g. another command module, a sibling service, a parallel implementation).

This context is essential. A function that looks fine in isolation may be redundant, inconsistent, or misplaced when viewed in the context of the project.

Installs
2
GitHub Stars
68
First Seen
Apr 1, 2026
bms:code-review — benmatselby/dotfiles