godot-verify

Validate Godot 4 scenes and scripts for load, runtime, and render errors.

8|3|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/arthur0n/xenodot-forge --skill godot-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-verify
Source: https://github.com/arthur0n/xenodot-forge/tree/main/plugin/skills/godot-verify
Command: npx skills add https://github.com/arthur0n/xenodot-forge --skill godot-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you prove that Godot scenes and scripts actually load, run, and render correctly, instead of silently failing with invalid properties, black screens, or no visible output.

Core Features & Use Cases

  • Scene property validation: Checks .tscn files for invalid or dropped properties that Godot may accept without errors.
  • Runtime smoke testing: Verifies scenes boot cleanly and do not emit script, warning, or loading errors.
  • Render-health checks: Confirms scenes produce a non-empty, non-black, non-flat image and catches visually broken setups.
  • Interactive UI capture guidance: Supports validation of on-screen UI and overlay behavior through real input paths and viewport captures.
  • Use Case: After changing a level, camera, HUD, or weapon scene, use this Skill to verify the scene loads, renders, and behaves as expected before claiming it is done.

Quick Start

Use the godot-verify skill to validate my changed Godot scenes, run the required scene checks, and report any load, runtime, or render failures.

Frequently Asked Questions about godot-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Godot scenes to catch black screen renders and silent property drops?

Verify Godot scenes by running property validation, smoke execution, and render-health checks to catch silent property drops, runtime errors, and black-screen renders before release. This confirms scenes load, run, and render correctly.

Why does my Godot scene load without errors but render a black screen?

Godot scenes can render a black screen due to visually broken setups or invalid properties that load silently. Render-health checks confirm scenes produce a non-empty, non-flat image to catch these hidden visual failures.

How do I smoke test Godot scripts and scenes for runtime errors?

Smoke test Godot scripts by verifying scenes boot cleanly without emitting script, warning, or loading errors. This runtime smoke testing ensures entry-point scenes execute properly without silent failures.

Can I validate Godot UI screens and overlay behavior through real input paths?

Yes, you can validate Godot UI screens and overlay behavior through interactive UI capture guidance. This uses real input paths and viewport captures to confirm on-screen UI behaves as expected.

Does scene property validation check .tscn files for invalid or dropped properties in Godot?

Scene property validation checks Godot .tscn files for invalid or dropped properties that Godot may accept without throwing errors. This prevents silent failures when editing levels, cameras, or HUD scenes.

What is the best way to confirm Godot level lighting and camera edits render correctly?

The best way to confirm Godot level lighting and camera edits render correctly is applying property validation, smoke execution, and render-health checks together. This catches load, runtime, and render failures before claiming a scene is done.