CtrlK
BlogDocsLog inGet started
Tessl Logo

uinaf/review

Review existing code, diffs, branches, or pull requests using concern-specific reviewer personas and evidence. Use when auditing someone else's work, triaging risk in a PR, or producing a ship-it / needs-review / blocked verdict. Do not use to verify your own completed change; use `verify` for that.

98

1.31x
Quality

100%

Does it follow best practices?

Impact

92%

1.31x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

reviewing.mdreferences/

Reviewing

Review existing code with independent lenses, then collapse the result into one evidence-backed verdict.

Sources

  • Anthropic PR review toolkit (agent-per-concern): https://github.com/anthropics/claude-code/tree/main/plugins/pr-review-toolkit/agents
  • OpenAI Codex subagents: https://developers.openai.com/codex/concepts/subagents
  • Context rot research: https://research.trychroma.com/context-rot

Workflow

  1. Load the repo's guidance files such as AGENTS.md, CLAUDE.md, or repo rules, plus local review doctrine, when present
  2. Pick the smallest set of reviewer personas that can challenge the change from distinct angles
  3. Run personas independently when parallelism actually buys separation of concerns
  4. Merge findings into one prioritized verdict

Evidence

  • Prefer file references with line numbers for static findings
  • Use targeted commands when a claim needs proof
  • Keep passing output terse; surface only the lines that matter
  • Mark any unverified surface as unverified

Verdict Shape

  • ship it — no material findings; remaining risk is minor and named
  • needs review — issues exist, but the repo and harness are good enough to continue
  • blocked — missing infrastructure, missing context, or a severe issue stops honest review

Anti-Patterns

  • Running every persona blindly on tiny diffs
  • Reporting stylistic nits as if they were defects
  • Treating screenshots or passing tests as a substitute for code reasoning
  • Reviewing your own work here when the real task is self-verification

SKILL.md

tile.json