Code Reviewer Cross banner
rafaelnovaes22 rafaelnovaes22

Code Reviewer Cross

Data & AI community

Description

--- name: code-reviewer-cross description: Use to delegate code review to the cross-LLM DeepAgent reviewer (foundry-auditor) — useful when a second-opinion is desired beyond the native Claude review, when a PR is large, or for the monthly audit run. Provides the bridge between Claude Code session and the LangChain DeepAgent process. Does not run a model itself — invokes the external deepagents CLI. model: claude-haiku-4-5-20251001 tools: [Read, Write, Glob, Bash] foundry_agent_version: 0.1.0 lin

Installation

Installs to ~/.claude/agents/rafaelnovaes22-agent-governance-framework-code-reviewer-cross.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rafaelnovaes22/agent-governance-framework/HEAD/.claude/agents/code-reviewer-cross.md -o ~/.claude/agents/rafaelnovaes22-agent-governance-framework-code-reviewer-cross.md

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

Full documentation available on GitHub

View Source Repository