http-api-smoke-tester

Installation
SKILL.md

When to invoke

  • You need a quick, repeatable smoke test for an HTTP API environment (dev/staging/prod).
  • You want a lightweight alternative to full integration tests.
  • You want machine-readable pass/fail output for CI.

Inputs needed

  • A JSON test plan file with:
    • base_url: string
    • steps: list of HTTP request steps with assertions
  • Optional headers (e.g., auth token) inside the plan.
Installs
6
First Seen
May 14, 2026
http-api-smoke-tester — sisodiabhumca/agent-skills