run-smoke-tests
Run Playwright smoke tests, debug failures, and verify fixes
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/run-smoke-tests ~/.claude/skills/run-smoke-tests
From README
Run smoke tests Trigger Need end-to-end smoke verification before or after changes. Workflow Build prerequisites for the target app. Run the relevant smoke suite or a focused test file. If failing, inspect traces/logs and isolate the root cause. Apply a minimal fix and rerun until stable. Example Commands Guardrails Prefer deterministic waits and assertions over brittle timeouts. Re-run passing fixes to reduce flaky false positives. Quarantine tests only when explicitly requested and documented. Output Test results summary Root cause and fix Remaining flake risk (if any)
More from this repo
check-compiler-errors
Used to run compile and type-check commands and report failures
control-cli
Used to build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external...
control-ui
Used to build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI.