Loading...
Loading...
Launch an Antithesis run with snouty by discovering the harness layout, building the right Docker Compose config, running `snouty validate`, bailing on validation failure, and then submitting `snouty run` with sane metadata. Use when the user wants to send, submit, or launch an Antithesis run. This skill takes duration in minutes as input.
npx skill4agent add antithesishq/antithesis-skills antithesis-launchsnoutyhttps://raw.githubusercontent.com/antithesishq/snouty/refs/heads/main/README.mddocker compose buildsnouty validatesnouty rundurationAGENTS.mdREADME*Makefile*docker-compose.yamlantithesis/configscratchbook/test//opt/antithesisANTITHESIS_setup_completesnoutysnouty rundocker-compose.yamlsnouty validate <CONFIG>snouty run --config <CONFIG>docker compose -f <CONFIG>/docker-compose.yaml builddocker composedocker-compose -f ... buildbasic_testsnouty run --configANTITHESIS_REPOSITORY--duration--source--test-name--descriptionsnouty runsnouty validatedocker compose -f "$CONFIG_DIR/docker-compose.yaml" build
snouty validate "$CONFIG_DIR"
snouty run \
--webhook "$WEBHOOK" \
--config "$CONFIG_DIR" \
--duration "$DURATION" \
--source "$SOURCE" \
--test-name "$TEST_NAME" \
--description "$DESCRIPTION"snouty rundocker-compose.yamlsnouty validatesnouty runsourcetest-namedescriptiondurationdurationANTITHESIS_REPOSITORY