Selfreview banner
assaio assaio

Selfreview

Code Quality community

Description

--- description: Self code review before a release — four narrow reviewers over the change (or the whole repo), findings ranked, nothing edited argument-hint: "[diff|repo|<path>]" allowed-tools: Bash, Read, Grep, Glob, Agent --- Review target: $ARGUMENTS (`diff` = uncommitted + unpushed work, the default; `repo` = the whole codebase; a path = that subtree). Establish the target first and state it — `git status --porcelain`, `git log --oneline origin/main..HEAD`, `git diff --stat` — so the revi

Installation

Installs to ~/.claude/commands/assaio-assaio-selfreview.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/assaio/assaio/HEAD/.claude/commands/selfreview.md -o ~/.claude/commands/assaio-assaio-selfreview.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository