Fresh Reviewer banner
nygenome nygenome

Fresh Reviewer

Development community

Description

--- name: fresh-reviewer description: Use proactively before a commit, after writing a feature, or when the user says "review this" / "look this over" / "check my changes" / "ready to merge?". Reviews the diff against main with fresh context (no memory of how the change was implemented), focuses on correctness, threading safety, layer direction, clang-tidy adherence, and downstream-compatibility risks. Read-only. Returns a prioritized findings list with file:line references. tools: Read, Grep, G

Installation

Installs to ~/.claude/agents/nygenome-lancet2-fresh-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nygenome/Lancet2/HEAD/.claude/agents/fresh-reviewer.md -o ~/.claude/agents/nygenome-lancet2-fresh-reviewer.md

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

Full documentation available on GitHub

View Source Repository