ワンクリックで
machina-testing
Use when choosing, adding, listing, or running Machina tests, including targeted Rust tests and workspace validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when choosing, adding, listing, or running Machina tests, including targeted Rust tests and workspace validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when building Machina, running cargo check, debugging Rust build failures, or deciding which repository build command to run.
Use when finding Machina definitions, call sites, crate boundaries, device models, target code, or QEMU-inspired subsystem mappings.
Use when reviewing Machina pull requests, local diffs, commits, or mailing-list patch series that may inform Machina changes.
Use when summarizing or preparing to debug Machina GitHub issues, bug reports, feature requests, or reproduction notes.
Use when comparing Machina behavior with QEMU, using difftest/oracle tooling, or debugging CPU, interrupt, memory, or device-model parity.
| name | machina-testing |
| description | Use when choosing, adding, listing, or running Machina tests, including targeted Rust tests and workspace validation. |
| license | MIT |
All tests live in the standalone tests/ crate named machina-tests.
| Scope | Command |
|---|---|
| Full test suite | make test |
| Backend tests | make test-backend |
| Frontend tests | make test-frontend |
| Integration tests | make test-integration |
| One Rust test | cargo test -p machina-tests <filter> |
| Format check | make fmt-check |
| Lint | make clippy |
tests/src/.make fmt-check after code edits.make test before PR submission when behavior changed.#[cfg(test)] mod tests inside individual crates.