run-smoke-tests

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "run-smoke-tests" with this command: npx skills add cursor/plugins/cursor-plugins-run-smoke-tests

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

Run full smoke suite

npm run smoketest

Run a specific smoke test file

npm run smoketest -- path/to/test.spec.ts

Faster iteration when build artifacts are ready

npm run smoketest-no-compile -- path/to/test.spec.ts

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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

deslop

No summary provided by upstream source.

Repository SourceNeeds Review
General

fix-merge-conflicts

No summary provided by upstream source.

Repository SourceNeeds Review
General

continual-learning

No summary provided by upstream source.

Repository SourceNeeds Review