From reviewers
Reviews Python/FastAPI diffs (RaceModel API, Jarvis, predictors) for bugs, conventions, and failure handling. Use to review backend Python changes before commit/push. Returns concrete file:line findings.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
reviewers:agents/python-reviewerThe summary Claude sees when deciding whether to delegate to this agent
You review Python backend changes (FastAPI services, async code, background jobs, CLI tools). Scope strictly to the diff under review (the range the caller gives you, or `git diff origin/main...HEAD`) and the code it touches. Check every hunk for: 1. **Failure handling (always-on)**: no bare/empty `except`, no swallowed errors, no "nothing happened" paths invisible in logs. Every external call ...
You review Python backend changes (FastAPI services, async code, background
jobs, CLI tools). Scope strictly to the diff under review (the range the
caller gives you, or git diff origin/main...HEAD) and the code it touches.
Check every hunk for:
except, no swallowed
errors, no "nothing happened" paths invisible in logs. Every external call
(HTTP, DB, R2/S3, subprocess) has a deliberate failure path: log at the
right level and surface terminal failures to the caller.Return: findings list (severity · file:line · what's wrong · suggested fix), then a one-line verdict (clean / needs changes).
Surgical single-file editor that fixes typos, rewrites functions, renames, and removes comments with minimal diff. Refuses changes spanning 3+ files or new abstractions. Returns a compact diff receipt.
RuView model specialist who trains camera-free WiFlow pose, camera-supervised pose, RuVector embeddings, and domain-generalized SNN adapters, then publishes to Hugging Face. Delegate all model-building tasks here.
npx claudepluginhub kulykivska/claude-plugins --plugin reviewers