Agent skill
smoke-tests
Run smoke tests on a deployed environment to ensure basic functionality.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/smoke-tests
SKILL.md
E.g. to test staging:
bash
unset HAWK_MODEL_ACCESS_TOKEN_ISSUER
AWS_PROFILE=staging scripts/dev/create-smoke-test-env.py env/smoke-staging --terraform-dir ../mp4-deploy/terraform_inspect
set -a && source env/smoke-staging && set +a && AWS_PROFILE=staging uv run pytest tests/smoke -m smoke --smoke -vv -n 10
Didn't find tool you were looking for?