원클릭으로
review-strategy
Deep-dive review of the delta-neutral strategy decision logic and risk math
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep-dive review of the delta-neutral strategy decision logic and risk math
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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-strategy |
| description | Deep-dive review of the delta-neutral strategy decision logic and risk math |
| disable-model-invocation | true |
Review and explain the delta-neutral strategy decision logic.
Read and analyze these files in order:
components/delta_neutral_strategy/src/lib.rs — Entry point and main decision treecomponents/delta_neutral_strategy/src/strategy.rs — Decision orchestrationcomponents/delta_neutral_strategy/src/math/greeks.rs — Risk calculationscomponents/delta_neutral_strategy/src/math/univ3.rs — Uniswap V3 mathconfig/smart_vault.template.json — Risk parametersExplain the priority-based decision tree with concrete numerical examples. Identify any edge cases or potential issues.
$ARGUMENTS