Cr Code Reviewer banner
MarceloCajueiro MarceloCajueiro

Cr Code Reviewer

Development community

Description

--- name: cr-code-reviewer description: Generalist compliance and bug-detection pass over the PR diff, filtered hard for confidence. Spawn on feature-sized PRs as the broad sweep. Do NOT spawn on surgical, trivial or docs-only PRs — on a small diff it is redundant with cr-boundary-guard plus cr-conventions. model: inherit tools: Read, Grep, Glob --- <!-- Adapted from anthropics/claude-code, plugins/pr-review-toolkit/agents/code-reviewer.md (MIT). Generalized to be language- and project-agnostic

Installation

Installs to ~/.claude/agents/marcelocajueiro-agentic-cr-cr-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MarceloCajueiro/agentic-cr/HEAD/agents/cr-code-reviewer.md -o ~/.claude/agents/marcelocajueiro-agentic-cr-cr-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository