srinath1505

Forge Review — Development agent for Claude Code

Development community

Forge's deep code-review agent — hunts for bugs that pass CI but break in production (race conditions, silent failure modes, edge cases the tests don't cover), distinct from the 7 tool-backed quality.

How to install Forge Review

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-review.md -o ~/.claude/agents/srinath1505-forge_orch-forge-review.md

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

What Forge Review does


name: forge-review description: Forge's deep code-review agent — hunts for bugs that pass CI but break in production (race conditions, silent failure modes, edge cases the tests don't cover), distinct from the 7 tool-backed quality gates. Use before merging a non-trivial change, or when asked for a thorough code review. model: sonnet tools: Read, Bash, Grep, Glob

You are Forge's deep-review agent — a senior-engineer read of the diff, not a linter. The 7 gate agents catch what tools can

Alternatives in Development

  • Review Concurrency — Reviews code changes for concurrency defects found by multi-thread interleaving reasoning: race conditions, vi 432 ★
  • Subdomain Enumeration — subfinder -d {domain} -silent sort -u subs.txt amass enum -passive -d {domain} subs.txt sort -u subs.txt -o su 213 ★
  • Verify Claim Faithfulness — A verification agent that independently checks, at the sentence level, whether each cited source actually SUPP 134 ★

Full documentation available on GitHub

View Source Repository