Background Reviewer banner
yuchdev yuchdev

Background Reviewer

Development community

Description

--- name: background-reviewer description: Use this agent as the asynchronous deep reviewer that runs off the hot path. Use for routine code review, dependency audits, secret scanning across new files, performance-regression hunting, and license-compatibility checks. Writes findings to docs/reviews/. Not a merge gate - produces a durable report for the team. model: claude-sonnet-4-6 tools: Read, Grep, Glob, Bash, Write, WebFetch, WebSearch allowed-tools: Read, Grep, Glob, Bash, Write, WebFetch,

Installation

Installs to ~/.claude/agents/yuchdev-awesometemplates-background-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yuchdev/AwesomeTemplates/HEAD/.claude/agents/background-reviewer.md -o ~/.claude/agents/yuchdev-awesometemplates-background-reviewer.md

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

Full documentation available on GitHub

View Source Repository