solidity-unit-tests

Installation
SKILL.md

Solidity Unit Tests Skill

Write Foundry-based Solidity unit tests using Bulloak BTT methodology. Produces .tree spec files and .t.sol test files.

Arguments

Invocation Behavior
/solidity-unit-tests Write tests for changed .sol source files (git diff)
/solidity-unit-tests --tree-only Generate .tree files only, no .t.sol implementation
/solidity-unit-tests --contract <path> Target a specific contract file
/solidity-unit-tests --coverage Run forge coverage after writing tests and report gaps

Parse $ARGUMENTS for flags: --tree-only, --contract <path>, --coverage.


Step 1: Detect Project Structure

Installs
1
GitHub Stars
1
First Seen
Jun 15, 2026
solidity-unit-tests — 0xharbs/agent-setup