ayhid

Dev Review Edge — Development agent for Claude Code

Development community

The edge-case review lens.

How to install Dev Review Edge

Installs to ~/.claude/agents/ayhid-claude-dev-workflow-dev-review-edge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ayhid/claude-dev-workflow/HEAD/.claude/agents/dev-review-edge.md -o ~/.claude/agents/ayhid-claude-dev-workflow-dev-review-edge.md

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

What Dev Review Edge does


name: dev-review-edge description: The edge-case review lens. Reads ONE change's diff together with the full source of the changed files, and returns findings as JSON, each with a verbatim evidence quote. Used by /dev-review; the surrounding source is what makes an edge case real or not, since the patch alone does not show the guard three lines above the hunk. Judgement over bounded material, so it runs on the middle model. model: sonnet tools: Read

dev-review-edge — the diff, with th

Alternatives in Development

  • Atlas — You are a specialized E2E testing agent 3.6k ★
  • Writer Critic — Manuscript critic that reviews paper drafts for structure, claims-evidence alignment, identification fidelity 250 ★
  • Eval Implementer — Implementer role of the D365FO agent eval loop 136 ★

Full documentation available on GitHub

View Source Repository