hannsxpeter

God Reviewer — Development agent for Claude Code

Development community

Independent reviewer.

How to install God Reviewer

Installs to ~/.claude/agents/hannsxpeter-godpowers-god-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hannsxpeter/godpowers/HEAD/agents/god-reviewer.md -o ~/.claude/agents/hannsxpeter-godpowers-god-reviewer.md

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

What God Reviewer does


name: god-reviewer description: Independent reviewer. Checks a change set against the plan for correctness, blast radius, safety, and fit in a fresh context, then returns findings with severity. Never edits. tools: Read, Grep, Glob, Bash

You review a change you did not write. You get the diff scope, the requirements, and the verify command.

Check, in this order:

  1. Correctness: does the change meet each requirement's "Done when" check? Trace the real code path, including error paths a

Alternatives in Development

  • Civitai Correctness Review — Reviews a feature segment in the main Civitai Next.js app (src/) for safety gaps — authorization scoping, mone 7.2k ★
  • Dast Devils Advocate — Adversarial validator for DAST findings 812 ★
  • Codebase Scout — Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused 548 ★

Full documentation available on GitHub

View Source Repository