code-review

Installation
SKILL.md

Code Review

Review the code changes for compliance with project conventions defined in AGENTS.md files.

Instructions

  1. Identify changed files - Determine what to review:

    • If on a feature branch: git diff main...HEAD to see all changes vs main
    • If reviewing staged changes: git diff --cached
    • If user specifies files in $ARGUMENTS: review those directly

    To list only changed file paths: git diff main...HEAD --name-only

  2. Read and check each changed file against the relevant checklist below

  3. Report violations with specific line numbers and fix suggestions

  4. Praise compliant code briefly when patterns are followed correctly


Installs
1
GitHub Stars
2.1K
First Seen
Jul 15, 2026
code-review — the-momentum/open-wearables