← Docs hub

Code review checklist

Audience: maintainers reviewing an incoming PR. This is the canonical bar — apply it every time so the review bar stays consistent across reviewers.

Copy the relevant section into the PR review comment. Local delivery flows (/implement-feature, /fix-bug) run one independent review pass that loads this checklist plus the companion maintainer docs against the branch diff before push — the coding agent chooses its own most suitable review skill or command for that pass.

Meta

Layer boundaries (see ARCHITECTURE.md)

Security + privacy

Code quality

Tests

Docs

Build + runtime smoke

Blocker vs nit

Use the two-category rule:

If you're not sure which, assume blocker. Contributors would rather fix a nit now than re-open the PR in two weeks.

Keyboard shortcuts

⌘K / Ctrl+KOpen command palette
/Focus search
g hGo to home
g pGo to projects
g sGo to sessions
j / kNext / prev row (tables)
?Show this help
EscClose dialogs

Structured queries

Mix key:value filters with free text in the palette:

type:sessionOnly session pages
project:llm-wikiFilter by project name (substring)
model:claudeFilter by model name (substring)
date:>2026-03-01Sessions after a date
date:<2026-04-01Sessions before a date
tags:rustPages mentioning a tag/topic
sort:dateSort results by date (newest first)

Example: type:session project:llm-wiki date:>2026-04 sort:date