davdittrich

Agy Review — Development skill for Claude Code

Development community

Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments.

How to install Agy Review

Installs to ~/.claude/commands/davdittrich-delegate-agy-agy-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/davdittrich/delegate-agy/HEAD/.claude/commands/agy-review.md -o ~/.claude/commands/davdittrich-delegate-agy-agy-review.md

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

What Agy Review does


command: agy-review description: Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments version: 1.0.2 category: ai-delegation tags: [agy, review, critique, adversarial, gemini, second-opinion]

Run an adversarial review via agy using Gemini Pro for an independent perspective.

Target: $ARGUMENTS

Steps

  1. If $ARGUMENTS is a file path: read it with the Read tool and pipe content to bridge. If $ARGUMENTS is inline content: pipe

Alternatives in Development

  • Lens Reviewer — Use the @lens-reviewer agent to review the following code: $ARGUMENTS 523 ★
  • Fusion Gemini — Fusion panel of Opus 4.8 + Gemini 3.1 Pro in parallel, judged by Opus 4.8 (opus4.8-gemini3.1pro) 468 ★
  • Cloud Run Debug — Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers 284 ★

Full documentation available on GitHub

View Source Repository