Run Playwright smoke tests, debug failures, and verify fixes
npx -y skills add cursor/plugins --skill run-smoke-tests --agent claude-codeInstalls into .claude/skills of the current project.
Need end-to-end smoke verification before or after changes.
# 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
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot