What problem does it solve?
This Skill ensures that all game commands, originally defined in legacy PHP, are consistently and correctly implemented across the backend and frontend of the OpenSamguk project, preventing inconsistencies and missing features.
Core Features & Use Cases
- Command Implementation Verification: Checks if 93 legacy commands (55 for generals, 38 for nations) have corresponding implementations in the backend (Kotlin).
- Frontend UI Check: Verifies that implemented backend commands are selectable and executable in the frontend.
- Registry Consistency: Ensures all backend commands are properly registered.
- Documentation Sync: Compares implementation status with documentation (
legacy-commands.md).
- Use Case: After a developer implements a new general command like
che_recruit, this Skill can be run to confirm it exists in the backend code, is registered, and is available for selection in the game's UI.
Quick Start
Run the verify-command-parity skill to check the implementation status of all game commands.