God Reviewer — Development agent for Claude Code
Independent reviewer.
How to install God Reviewer
Installs to ~/.claude/agents/hannsxpeter-godpowers-god-reviewer.md
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:
- 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 RepositoryRelated Agents
Lean Reviewer
Read-only review of a change or branch. Use before committing or merging to find correctness bugs, blast radiu
Edu Critic
Independent education-fit reviewer. Runs edu-gate.sh, then judges factual correctness, age framing, pedagogica
Iac Engineer
Authors and edits Terraform for Northstar — writes HCL in infra/, runs plan and validate, reviews the plan for
Aiskills Incident Investigator
Investigates live production incidents end to end — triages impact and start time, draws the blast radius, mit
Panel Correctness
Review panel seat one. Hunts edge cases, error paths, concurrency, and the input that breaks it. Read-only. Di
God Planner
Drafts a grounded PLAN.md for large or unfamiliar work in a fresh context. Reads the code, returns the draft a
Related Skills
Kuma:Impact
💥 Kuma Impact — Calculate blast radius, affected consumers, and safety risk score
Pre Commit Review
Independent QA review of a working-tree diff before commit. Spawns a read-only reviewer agent to find correctn
Bash Review
Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash