verify-game-tests

Validate backend game engine tests for commands, modules, and edge cases.

Updated May 29, 2026
One-click install
npx skills add https://github.com/peppone-choi/opensamguk --skill verify-game-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-game-tests
Source: https://github.com/peppone-choi/opensamguk/tree/main/.claude/skills/verify-game-tests
Command: npx skills add https://github.com/peppone-choi/opensamguk --skill verify-game-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the backend game engine has comprehensive and passing tests, preventing regressions and verifying the integrity of game logic.

Core Features & Use Cases

  • Test Coverage Verification: Checks for the existence of unit tests for all implemented commands and core engine modules.
  • Edge Case Validation: Confirms that tests cover critical edge cases and boundary conditions.
  • Test Execution: Runs all backend tests to ensure they pass.
  • Use Case: After implementing a new command for troop mobilization, use this Skill to verify that a corresponding test exists, covers scenarios like insufficient resources, and that all existing tests still pass.

Quick Start

Run the verify-game-tests skill to check the backend game engine's test suite.

Frequently Asked Questions about verify-game-tests

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

FAQPage Schema
How do I verify backend game engine tests and ensure they cover edge cases?

Verifying backend game engine tests involves validating the existence and execution of unit tests for core modules and commands. It checks edge case coverage and ensures all tests pass, preventing regressions and verifying the integrity of game logic and AI.

What is the best way to check unit test coverage for new game engine commands?

The best way to check unit test coverage for new game engine commands is to validate the existence of corresponding tests for all implemented commands. This verifies coverage of critical edge cases like insufficient resources, ensuring high test quality for game logic and AI.

Does this test validation process work for core engine modules and game logic AI?

Yes, the test validation process works for core engine modules and game logic AI. It verifies the existence and execution of their unit tests and references established testing policies to maintain high test quality and ensure the integrity of backend game engine components.

How do I run backend game engine tests to prevent regressions after updates?

Running backend game engine tests involves executing the full test suite to verify that all existing tests still pass after updates. This validates the integrity of game logic and prevents regressions by ensuring command-specific and core module unit tests are not broken.

When do I need to validate unit tests for backend game engine regression testing?

You need to validate unit tests for backend game engine regression testing after implementing new commands or updating core modules. This ensures that corresponding tests exist, cover critical edge cases, and pass successfully to prevent regressions in game logic and AI.