- git
- You'll know you did it right if you can run
git --versionand you see a response likegit version x.x.x
- You'll know you did it right if you can run
- foundry
- You'll know you did it right if you can run
forge --versionand you see a response likeforge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)
- You'll know you did it right if you can run
- just
- You'll know you did it right if you can run
just --versionand you see a response likejust 1.x.x
- You'll know you did it right if you can run
git clone <MY_REPO>
cd <MY_REPO>
justjust testforge coverageThis project includes tooling for AI-assisted smart contract development via Claude Code.
- solskill — production-grade Solidity development guidance (testing, security, code quality)
Install with:
npx skills add cyfrin/solskillSlash commands from Trail of Bits' claude-code-config:
| Command | Description |
|---|---|
/fix-issue <number> |
Plan, implement, test, review, and PR for a GitHub issue |
/review-pr <number> |
Multi-agent PR review, fix findings, and push |
/merge-dependabot <org/repo> |
Evaluate and merge Dependabot PRs with dependency analysis |
- Commit Hash: XXX
- Files in scope:
You'll need to install tree for linux or mac to run this command
just scope
- Solc Version: X.X.X
- Chain(s) to deploy to:
- XXX
- ERC20 Token Compatibilities:
- XXX
- Role1:
- Issue1:
