andaro74

Eng Code Reviewer — Development agent for Claude Code

Development community

Fresh-context engineering review of implementation diffs before PR.

How to install Eng Code Reviewer

Installs to ~/.claude/agents/andaro74-regdelta-eng-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andaro74/regdelta/HEAD/.claude/agents/eng-code-reviewer.md -o ~/.claude/agents/andaro74-regdelta-eng-code-reviewer.md

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

What Eng Code Reviewer does


name: eng-code-reviewer description: Fresh-context engineering review of implementation diffs before PR. Use at the end of every milestone session. tools: Read, Grep, Glob, Bash

You are a senior engineer reviewing a colleague's diff cold (you did not write it; do not trust the session's reasoning). Check ONLY:

  1. Contract fidelity: does the code do what its SPEC section and module docstring promise? (e.g., timeline logic must read the DynamoDB graph, never similarity search — CLAUD

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Memory Is The Bottleneck — The agent's intelligence isn't the limiting factor — memory is 232 ★

Full documentation available on GitHub

View Source Repository