ui-theme-qa

Enforce modular spacing, type-scales, and WCAG contrast in Godot Control nodes.

11|1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/NotNull92/hera-agent-godot --skill ui-theme-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-theme-qa
Source: https://github.com/NotNull92/hera-agent-godot/tree/main/plugins/hera-godot/skills/ui-theme-qa
Command: npx skills add https://github.com/NotNull92/hera-agent-godot --skill ui-theme-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves inconsistent UI design in Godot projects by identifying and fixing arbitrary spacing, font sizes, and color values that lack a modular scale or accessibility compliance.

Core Features & Use Cases

  • Automated UI Sanitization: Snaps spacing, type-scale, and colors to a reference corpus rooted in engine defaults and WCAG standards.
  • Accessibility Enforcement: Automatically repairs text contrast ratios to meet WCAG 2.1 requirements without altering layout or copy.
  • Non-Destructive Reporting: Surfaces potential structural issues like ghost containers and decorative nodes for human review without performing risky automated deletions.

Quick Start

Use the ui-theme-qa skill to inspect the current scene and automatically fix all spacing and contrast violations.

Frequently Asked Questions about ui-theme-qa

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

FAQPage Schema
How do I fix inconsistent spacing and font sizes in Godot UI nodes?

Fix inconsistent Godot UI spacing and font sizes by snapping Control node properties to a modular reference corpus. The skill enforces standardized type-scales and spacing using undoable theme-override mutations on live editor instances.

Can I automatically repair text contrast ratios in Godot to meet WCAG standards?

Automatically repair text contrast ratios in Godot to meet WCAG 2.1 standards. The tool identifies non-compliant colors and performs mutations to fix accessibility violations without altering your existing layout or copy.

Do I need the hera CLI to perform automated UI accessibility checks in Godot?

You need the hera CLI to execute automated UI accessibility checks in Godot. It is required to perform node-level property adjustments and diagnostic measurements against the defined reference corpus during the sanitization process.

How does automated UI design sanitization handle structural layout issues like ghost containers?

Automated UI design sanitization handles structural layout issues like ghost containers through non-destructive reporting. It surfaces potential problems for human review without performing risky automated deletions of decorative nodes.

What is the best way to enforce a modular type-scale across Godot Control nodes?

Enforce a modular type-scale across Godot Control nodes by applying automated reference-corpus rules. The tool snaps arbitrary font values to standardized scales and executes theme-override mutations directly on live editor instances.