원클릭으로
fork-test
Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | fork-test |
| description | Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number. |
| triggers | ["test against mainnet","fork test","test with real state","simulate on mainnet","fork testing","test on a fork","mainnet simulation"] |
| agent | orchestrator |
| model | sonnet |
Writes and runs fork tests that validate contract behavior against real mainnet state. Always pins a specific block number for reproducibility. Uses debugger if any test fails.
eth_skill_start({ skill: "fork-test", totalPhases: 1 })integration-test-engineer with the target chain and contracts to testintegration-test-engineer selects a fork block, writes fork tests, and runs themdebugger with the failing test + revert datadebugger provides root cause → orchestrator spawns integration-test-engineer to fixeth_reset()"run fork tests against mainnet"
"test the Vault against Aave on a fork"
"simulate the swap on a mainnet fork"
# Output:
- test/fork/[ContractName].fork.t.sol
- trace logs for any failures
- Fork block number and chain documented in test file
ETH_RPC_URL (or chain-specific RPC var) in .envETH_RPC_URL. Add to .env."End-to-end protocol build pipeline — contract development, testing, auditing, gas optimization, deployment, and dApp integration. Hybrid sequential/parallel execution.
Shows all available eth-agents skills with trigger phrases and usage examples.
Extracts a reusable skill pattern from the current session and saves it to user scope for automatic activation in future sessions.
Security vulnerability analysis for Solidity smart contracts. Runs static analysis, optional dynamic testing and formal verification.
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution.