Reviews Rust code changes for correctness, security, and adherence to Ryokan's project conventions. Use proactively after non-trivial changes (new handlers, services, model logic, classifier rules, scoring tweaks) and before commits to dev. Read-only — flags issues; doesn't edit. Distinct from /ultrareview, which is a…
Verifies CLAUDE.md (and other project doc) claims against the current code. Use when updating documentation, before shipping doc changes, or when a specific claim in a CLAUDE.md feels suspicious or stale. Read-only — won't edit anything; reports findings for the main session to act on.
Verifies user-facing claims in the MkDocs site under docs/ against the current code, settings UI, and Sonarr's own docs. Use when updating user docs, before publishing a docs PR, or when a specific claim in the site feels suspicious. Scoped to docs/.md only — CLAUDE.md files belong to the sibling doc-drift-detector…
Diagnose grab-pipeline issues — vanished grabs, stale-removed rows, wrong-folder imports, picker hangs, per-indexer client routing failures, SAB nzoid mismatches. Use when a user reports "I clicked Grab and X happened" and walking the chain (handlers/grab → DownloadClient impl → grabsweep → postprocessing →…