원클릭으로
review-contracts
Deep-dive review of the Solidity smart contract architecture
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep-dive review of the Solidity smart contract architecture
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 | 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