with one click
review-contracts
Deep-dive review of the Solidity smart contract architecture
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
Deep-dive review of the Solidity smart contract architecture
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
Build all project components (Solidity contracts and Rust WASM)
Check the health and state of a deployed SmartVault by querying on-chain data
DeFi conventions, decimal handling, and protocol integration patterns used in this project. Load when working with token amounts, price conversions, or protocol interactions.
Deploy smart vault contracts to a local Anvil fork
Run the full end-to-end integration test suite
Run all linting and formatting checks across the project
| name | review-contracts |
| description | Deep-dive review of the Solidity smart contract architecture |
| disable-model-invocation | true |
Review and explain the Solidity smart contract architecture.
Read and analyze these key files:
contracts/src/interfaces/ISmartVault.sol — Data structures and interfacecontracts/src/SmartVault.sol — Core ERC4626 vault logiccontracts/src/SmartVaultServiceHandler.sol — WAVS integrationcontracts/src/libraries/RiskEngine.sol — Risk calculation librarycontracts/src/libraries/UniV3Math.sol — Uniswap V3 math libraryFocus on: deposit/withdrawal flows, rebalance execution, risk parameters, decimal handling, access control, and replay protection.
$ARGUMENTS