with one click
test-rust
Run Rust WASM component tests and formatting checks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run Rust WASM component tests and formatting checks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
DeFi conventions, decimal handling, and protocol integration patterns used in this project. Load when working with token amounts, price conversions, or protocol interactions.
Run Solidity smart contract tests using Foundry forge
Use when an agent needs to retrieve, preserve, or maintain durable organization or project knowledge across sessions using Tau memory.
Run the full end-to-end integration test suite
Build all project components (Solidity contracts and Rust WASM)
Check the health and state of a deployed SmartVault by querying on-chain data
| name | test-rust |
| description | Run Rust WASM component tests and formatting checks |
| disable-model-invocation | true |
| argument-hint | [test-name] |
Run the Rust component tests.
Steps:
cargo test --workspace (or cargo test --workspace -- $ARGUMENTS if a test name is provided)cargo fmt --all --check to verify formattingIf tests fail, analyze the output and identify the failing test(s). If formatting fails, show what needs to change.
Components:
components/delta_neutral_strategy/ — Strategy logic, adapters, mathcomponents/aggregator/ — Signature collection, gas oracle, submission