run-smoke-tests

Installation
SKILL.md

Run smoke tests

Trigger

Need end-to-end smoke verification before or after changes.

Workflow

  1. Build prerequisites for the target app.
  2. Run the relevant smoke suite or a focused test file.
  3. If failing, inspect traces/logs and isolate the root cause.
  4. Apply a minimal fix and rerun until stable.

Example Commands

# Run full smoke suite
npm run smoketest
Installs
339
Repository
cursor/plugins
GitHub Stars
1.9K
First Seen
Feb 28, 2026
run-smoke-tests — cursor/plugins