ワンクリックで
lint
Run all linting and formatting checks across the project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run all linting and formatting checks across the project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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 | lint |
| description | Run all linting and formatting checks across the project |
| disable-model-invocation | true |
| argument-hint | [fix] |
Run linting and formatting checks.
If $ARGUMENTS is "fix": auto-fix issues
cargo fmt --allpnpm formatOtherwise, check only (no modifications):
cargo fmt --all --checkpnpm lintforge build (verify Solidity compiles)Report any issues found with file paths.