code-review

Installation
SKILL.md

Run a code review.

Modes

  • Full (default): Review for quality, security, conventions, simplicity, and best practices
  • Fast: Review for quality and simplicity only
  • Performance: Focus on performance optimization

Process

  1. Identify context:

    • If code changes are involved: run jj diff -s first to see changed files; then use jj diff -- path to restrict to specific files/directories
    • If the user specified specific files or paths, focus on those
  2. Determine mode based on user request (default to Full)

  3. Review the code:

    Full Mode — analyze each aspect:

Related skills
Installs
15
Repository
sirn/dotfiles
GitHub Stars
8
First Seen
Mar 3, 2026