Install
1
Install the plugin$
npx claudepluginhub ivantorresedge/molcajete.aiWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Run tests against a forked network
Command Content
Fork Testing
Run tests against a forked network.
Use the Task tool to launch the tester agent with the following instructions:
- Use AskUserQuestion to ask:
- Question: "Which network should I fork for testing?"
- Header: "Network"
- Options:
- "Ethereum Mainnet" - Fork Ethereum mainnet
- "Arbitrum One" - Fork Arbitrum mainnet
- "Polygon" - Fork Polygon mainnet
- "Optimism" - Fork Optimism mainnet
- "Base" - Fork Base mainnet
- multiSelect: false
- If user needs specific block, use AskUserQuestion to ask:
- Question: "Fork at specific block number? (Leave blank for latest)"
- Header: "Block"
- Options: [User can type block number in Other field, or leave blank for latest]
- Detect framework and run fork tests:
- Foundry:
forge test --fork-url $RPC_URL --fork-block-number [block] - Hardhat: Configure hardhat network fork in config, then run tests
- Foundry:
- Run tests against forked state
- Report test results
- Show any integration issues with mainnet state
- Report fork block number and network used
Reference the framework-detection and testing-patterns skills.
Stats
Stars1
Forks1
Last CommitNov 13, 2025