run-smoke-tests

Run Playwright smoke tests and analyze failures with traces and logs.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill run-smoke-tests-jaimejunr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-smoke-tests
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/run-smoke-tests
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill run-smoke-tests-jaimejunr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing quality for software changes requires quick, repeatable checks that confirm critical workflows still work after updates.

Core Features & Use Cases

  • Automated end-to-end smoke testing with Playwright to validate app health after changes.
  • Run full suites or focused test files to speed up iteration in CI or local development.
  • Collect traces and logs to assist debugging and root-cause analysis after failures.

Quick Start

Execute a quick, deterministic smoke verification to ensure core functionality remains intact after changes.

Frequently Asked Questions about run-smoke-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Playwright smoke tests after code changes?

Run Playwright smoke tests after code changes by automating end-to-end test execution to verify application health. This skill executes full suites or focused test files in CI pipelines or local development to validate critical workflows.

What is the best way to debug Playwright test failures in CI?

Debug Playwright test failures in CI by collecting traces and logs for root-cause analysis. This skill produces test results with detailed failure context and flake risk assessment to identify the underlying issue quickly.

Can I run focused Playwright test files instead of the full suite?

Yes, you can run focused Playwright test files instead of the full suite. This skill supports executing specific test files to speed up iteration during local development and CI pipelines while still providing root-cause analysis.

Do I need an existing Playwright test suite to use smoke testing automation?

Yes, you need an existing Playwright-based test suite to use this smoke testing automation. The skill applies to frontend and web applications with pre-configured Playwright tests and requires no additional dependencies.

How does flake risk assessment work for Playwright smoke tests?

Flake risk assessment for Playwright smoke tests evaluates test result stability to identify inconsistent failures. The skill analyzes automated test outputs and collected traces to flag tests that may produce non-deterministic results.