Skip to main content
Login

Press Release

Surmado Launches First Godot-Focused AI PR Reviewer for Indie Game Developers

Surmado launches the first Godot-focused AI PR reviewer. Reviews GDScript and C# against official Godot docs and your STANDARDS.MD. Free GDScout docs assistant at games.surmado.com.

New Godot-aware Surmado Code Review helps indie developers and small game teams catch hallucinated Godot APIs, stale GDScript patterns, Unity concepts, wrong-version assumptions, and team-standard drift before pull requests merge.

PHOENIX, AZ — May 15, 2026 — Surmado, Inc. today launched a Godot-focused version of Surmado Code Review, an AI pull request reviewer for GitHub that helps indie developers and small game teams review Godot projects before merge.

Every review is grounded in official Godot documentation, the pull request diff, repository context, and the team’s own coding standards. The product is powered by Scout, Surmado’s AI agent for small businesses and development teams.

Surmado also launched GDScout, a free Godot documentation assistant at games.surmado.com. GDScout lets developers ask Godot questions in plain English and get cited answers in GDScript or C# from the official docs. No account required.

GDScout and Surmado Code Review share the same Godot documentation index but serve different moments. GDScout is for when a developer asks, “Is this actually how Godot does it?” Code Review is for when that same question needs to be answered inside a pull request, combining the docs with the PR diff, repo context, team standards, and Surmado’s review architecture to produce a Godot-aware review before code reaches main.

Surmado believes this is the first AI pull request reviewer built specifically for Godot developers, Godot documentation, and GDScript review patterns.

“Is that class real? Is it deprecated? Is it hallucinated? Is it even from Godot, or did the model pull it from Unity? That’s the problem every Godot developer hits with generic AI tools. We built GDScout and Code Review so the answers come from the actual Godot docs.”

— Patrick Miller, Founding Engineer, Surmado

The Wrong Godot Context Problem

AI coding tools mix Godot versions, docs, tutorials, and engine concepts. They suggest Godot 3.x patterns in Godot 4.x projects. They confuse _process and _physics_process. They pick the wrong physics body. They hallucinate classes that don’t exist or pull suggestions from Unity’s API instead of Godot’s. They miss cleanup and lifecycle issues unique to the Godot scene tree.

Small teams without a dedicated reviewer merge these mistakes because nobody caught them.

The goal is straightforward: fewer hallucinated APIs, fewer wrong-version suggestions, fewer stale tutorial patterns, fewer Unity concepts showing up in Godot scripts, and fewer AI-generated mistakes making it into production code.

What Surmado Code Review Does

Every pull request is reviewed against two sources of project truth: the team’s own STANDARDS.MD and relevant Godot documentation.

Reviews include what looks good, what needs work tied to the team’s standards, edge-case questions for the author, a data contract check, and a human reviewer brief that tells a teammate exactly where to focus.

For Godot projects, Surmado Code Review helps catch:

  • Hallucinated Godot classes, methods, nodes, and APIs
  • Unity concepts accidentally showing up in Godot scripts
  • Old Godot 3.x patterns appearing in Godot 4 projects
  • Deprecated or wrong-version GDScript examples
  • Physics-body confusion across CharacterBody2D, RigidBody2D, StaticBody2D, and Area2D
  • _process vs _physics_process mistakes
  • Signal connections that technically run but make the scene hard to reason about
  • Scene tree, resource, and autoload patterns that don’t match the project
  • GDScript that looks plausible but doesn’t match current docs
  • Team convention drift from STANDARDS.MD
  • AI-generated code that needs a human second look

The point isn’t to replace the human reviewer. It’s to give the human reviewer a better first pass.

GDScout: Free Godot Help at games.surmado.com

GDScout is Scout, Surmado’s AI agent, pointed at the official Godot documentation.

Developers ask questions about Godot in plain English and get cited answers in GDScript or C#. Cited answers reduce hallucinated APIs and invented nodes. No account required. Free to use.

Free Godot help is at games.surmado.com. Godot-aware PR review is at surmado.com/review/godot.

Built for AI-Assisted Godot Development

Godot developers are increasingly using AI coding assistants to move faster. That creates a new kind of review problem.

The first draft may be AI-generated. The fix may be AI-generated. The explanation may sound confident. But unless the review layer understands Godot, including the engine version, scene structure, node model, signals, resources, and team conventions, the team still has to catch everything by hand.

Generic AI code reviewers review code. Surmado reviews Godot pull requests with Godot docs, GDScript patterns, scenes, nodes, signals, resources, repository context, and team standards in mind.

Built by Game Developers, for Game Developers

Surmado was founded by builders making tools for small teams. The Godot community is where members of the Surmado team started coding games, testing mechanics, and learning how much engine-specific context matters.

“We built this because we hit the problem ourselves. AI can help you move faster, but it can also confidently suggest a class that doesn’t exist, an API from an older version, or a pattern from a different engine. A solo developer shouldn’t have to catch every version-specific edge case alone. The review layer should help.”

— Patrick Miller, Founding Engineer, Surmado

Luke Walton, Founder of Surmado, said the Godot launch reflects Surmado’s broader mission of making practical AI tools available to smaller teams.

“We’re game developers. We build with Godot. We built GDScout and Code Review because we needed them for our own projects first. Scout is one agent across everything Surmado does. For Godot developers, that means you can ask Scout the docs for free, and you can have Scout review your PRs against those same docs and your own standards. If you can’t pay, ten PRs a month, free, forever. This isn’t more AI slop. It’s a review layer for teams already using AI to build games.”

— Luke Walton, Founder, Surmado

Free Tier for Indie Developers

GDScout is free at games.surmado.com. No account required.

Surmado Code Review includes a permanent free tier: 10 pull request reviews per month, no credit card. For many solo developers and small indie projects, that’s enough to add a Godot-aware review layer without adding another subscription.

Most AI code review tools are priced for broad software teams. Surmado Code Review is priced for indie developers: 10 PRs/mo free, $15/mo for 100 PRs, unlimited seats.

How It Works

Connect GitHub, install Surmado Code Review, add the repos you want reviewed.

Scout helps the team create a STANDARDS.MD by asking how they’d explain the codebase to a new teammate. That conversation becomes the review rulebook: architecture preferences, naming conventions, data contracts, scene structure expectations, and PR review standards.

Every push to an open PR triggers an automatic review. Follow-up commits get context-aware re-reviews that reference earlier findings. For Godot projects, Scout retrieves relevant Godot documentation and combines it with the diff, repo context, and team standards.

PII detection in logs is included by default.

Privacy and Code Handling

Surmado does not store customer diffs after review. Code is processed at review time and is not retained on Surmado’s servers.

Surmado uses commercial AI APIs from Anthropic and OpenAI. Under their commercial API terms, customer data is not used to train models.

Frequently Asked Questions

What is GDScout? GDScout is Surmado’s free Godot documentation assistant at games.surmado.com. Developers ask Godot questions in plain English and get cited answers in GDScript or C# from official Godot docs.

What is Scout? Scout is Surmado’s AI agent. One agent that powers AI visibility testing, site audits, strategy, managed website rebuilds, automated code review, and documentation assistants like GDScout. GDScout is Scout for Godot docs. Surmado Code Review is Scout for GitHub pull requests.

What is Surmado Code Review for Godot? Surmado Code Review for Godot is an AI pull request reviewer for GitHub that reviews Godot projects against official Godot documentation, the PR diff, repository context, and the team’s own STANDARDS.MD.

How are GDScout and Surmado Code Review connected? They share the same Godot documentation index. GDScout uses it for question-answering. Surmado Code Review uses it inside PR review, alongside the diff, repo context, team standards, and Surmado’s review architecture.

Is this just docs search attached to code review? No. Godot documentation is one input. Surmado Code Review also evaluates the pull request diff, repository context, team standards, and review-specific checks before producing a human reviewer brief.

What Godot mistakes can Surmado Code Review catch? Hallucinated APIs, deprecated patterns, wrong-version GDScript, Unity concepts in Godot code, physics-body confusion, _process vs _physics_process mistakes, scene/resource structure issues, lifecycle problems, signal issues, and team-standard drift.

Does Surmado Code Review support GDScript? Yes. Surmado Code Review reviews GDScript pull requests with Godot documentation, scene/node context, and team standards in mind.

Can AI tools accidentally mix Unity and Godot concepts? Yes. AI coding tools can produce suggestions that look game-engine-related but don’t actually belong in a Godot project. Surmado Code Review flags Unity concepts, wrong-engine assumptions, and hallucinated APIs before they merge.

Why do AI tools get Godot code wrong? AI tools often mix documentation, tutorials, and examples from different Godot versions and engines. A suggestion can look correct while relying on Godot 3.x behavior, older 4.x examples, Unity concepts, or APIs that don’t exist in the current engine.

Is GDScout free? Yes. GDScout is free at games.surmado.com with no account required.

Is there a free AI code reviewer for Godot? Yes. Surmado Code Review includes 10 free PR reviews per month with no credit card required.

Does Surmado store my code? Surmado does not store customer diffs after review. Code is processed at review time and is not retained on Surmado’s servers.

Does Surmado Code Review replace a human reviewer? No. It gives the human reviewer a Godot-aware first pass: what looks good, what needs work, what depends on stale assumptions, and where to focus.

Does Surmado Code Review work with GitHub? Yes. Surmado Code Review connects to GitHub and posts reviews directly on pull requests.

Availability and Pricing

Surmado Code Review for Godot is available today at surmado.com/review/godot. GDScout is free at games.surmado.com.

  • 10 PRs/mo free, no credit card required
  • $15/mo for 100 PRs
  • $15 for each additional 100 PRs
  • Unlimited repos within one GitHub account or organization
  • 7-day money-back guarantee

About Surmado

Surmado builds AI for small businesses, agencies, and small technical teams. Scout is Surmado’s AI agent, one agent that powers AI visibility testing, site audits, strategy, managed website rebuilds, automated code review, and documentation assistants like GDScout. Surmado, Inc. is a Delaware C Corporation headquartered in Phoenix, Arizona.

Media Contact Rachel McCauley Surmado, Inc. (602) 341-5572 hi@surmado.com surmado.com

Media Contact

For press inquiries, interviews, or media requests, reach us by email.

hi@surmado.com

← Back to Press