agent-tests
Installation
SKILL.md
Agent Tests
End-to-end tests that an agent (or human) can execute using real CLI calls. No mocking — run real commands, observe real outcomes, assert expected state.
Location
.agents/tests/<test-name>/
├── TEST.md # Required: test definition
├── test-*.sh # Optional: executable test script
└── fixtures/ # Optional: test data
TEST.md Format
# Test: <Name>