Install
openclaw skills install axodus-test-generatorGenerate deterministic unit/integration tests for critical behaviors.
openclaw skills install axodus-test-generatorGenerate deterministic unit/integration tests that protect behavior and enable safe refactors.
target (required, string): function/module/endpoint/contract behavior to test.test_type (optional, enum: unit|integration|e2e).framework (optional, string): e.g., pytest, jest, vitest, foundry, hardhat.constraints (optional, string[]): no network, deterministic time, limited mocks, etc.Bug: “User creation accepts invalid email.â€
Output: a failing test asserting 400 on invalid input, then passes after fix.