test-level

Execute predefined move sequences and analyze screenshots to test GridPonder levels.

4|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/GridPonder/GridPonder --skill test-level
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-level
Source: https://github.com/GridPonder/GridPonder/tree/main/.claude/skills/test-level
Command: npx skills add https://github.com/GridPonder/GridPonder --skill test-level

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables developers to run automated integration tests on specific GridPonder levels, verifying visual and mechanics accuracy efficiently.

Core Features & Use Cases

  • Level Verification: Automates navigation to levels, executes predefined moves, and captures screenshots for validation.
  • Visual & Mechanics Analysis: Assists in debugging visual layouts, equipment mechanics, and win conditions via automated screenshot comparison.
  • Use Case: Developers can quickly validate a level’s layout and functionalities after updates without manual testing.

Quick Start

Use the test-level skill to automatically run an integration test on level 'fw_001' executing all gold-path moves and analyzing the resulting screenshots for correctness.

Frequently Asked Questions about test-level

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

FAQPage Schema
How do I automate integration testing for game levels?

Automate integration testing for game levels by executing predefined move sequences and capturing screenshots to validate visual outcomes and mechanics accuracy. This allows developers to verify level layouts and functionalities efficiently without manual testing.

Can I use screenshot verification to debug level mechanics?

Yes, screenshot verification helps debug level mechanics by capturing the visual state after executing automated move scripts. Developers can compare resulting screenshots against expected layouts to identify visual discrepancies and verify win conditions.

How do I validate GridPonder level layouts after development updates?

Validate GridPonder level layouts after updates by running automated integration tests that navigate to specific levels and execute gold-path moves. The testing scripts analyze resulting screenshots to ensure robustness of game mechanics and visual integrity.

Does automated level testing require predefined move sequences?

Yes, automated level testing requires predefined move sequences to script interactions and validate outcomes. Developers must define the specific gold-path moves beforehand so the automation framework can execute them and analyze the resulting visual state.

What is visual verification for game level quality assurance?

Visual verification for game level quality assurance is the process of capturing and analyzing screenshots after automated interactions to ensure visual integrity. It validates that level layouts, equipment mechanics, and win conditions render correctly during development.