ワンクリックで
check-rust
Run cargo check on all Miyoo Rust ports and fix any compile errors
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run cargo check on all Miyoo Rust ports and fix any compile errors
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch
| name | check-rust |
| description | Run cargo check on all Miyoo Rust ports and fix any compile errors |
| user_invocable | true |
Run cargo check on all Miyoo Rust game ports and report results.
cd /home/mo/data/Documents/git/retrogames && ./scripts/check-rust.sh
If any game fails, read the error output, identify the issue, and fix it using Edit on miyoo/<game>/src/main.rs. Then re-run the script to verify.
Common error patterns:
iter_mut() when calling self.method() in loop body: f32 type annotation to rand::gen_range() resultsmatch blocks