run-smoke-tests

run-smoke-tests is a skill for Claude Code from Kripu77/software-factory. It costs 36 tokens per session (326 once invoked), scanned A, original, MIT.

A workflow for running Playwright smoke tests, investigating failures, and verifying browser behavior before or after code changes.

In plain words
What is it for?
It is for running an existing smoke suite or focused Playwright test, examining traces and logs when it fails, and reporting the cause without patching product code.
Why use it?
It helps distinguish real application problems from test failures or flaky behavior before release.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the software-factory plugin — 10 skills, 9 commands shipped together

Good fit It is for running an existing smoke suite or focused Playwright test, examining traces and logs when it fails, and reporting the cause without patching product code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kripu77/software-factory/run-smoke-tests
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kripu77/software-factory --skill run-smoke-tests
Clone the repo
git clone --depth 1 https://github.com/Kripu77/software-factory

Made for: Claude Code.

Or install software-factory, the plugin that ships this one along with the rest of its 10 skills, 9 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for run-smoke-tests

README.md
[![agentmods](https://agentmods.dev/badge/skills/kripu77/software-factory/run-smoke-tests/github.svg)](https://agentmods.dev/skills/kripu77/software-factory/run-smoke-tests)
Your own site
<a href="https://agentmods.dev/skills/kripu77/software-factory/run-smoke-tests"><img src="https://agentmods.dev/badge/skills/kripu77/software-factory/run-smoke-tests/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for run-smoke-tests

Your own site · 80×15
<a href="https://agentmods.dev/skills/kripu77/software-factory/run-smoke-tests"><img src="https://agentmods.dev/badge/skills/kripu77/software-factory/run-smoke-tests.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 326 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00326
Opus 5 $0.00018 $0.00163
Sonnet 5 $0.00007 $0.00065
Haiku 4.5 $0.00004 $0.00033

Measured 9d ago against content hash a7c8c78be906, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

run-smoke-tests scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/run-smoke-tests/SKILL.md · 46 lines

What it actually says

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. Report the failure with evidence. Do not patch product code. Tech lead classifies. Bug implements.
  5. If the suite is green, say so and stop.

Example Commands

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

If the repo uses a different script (npm test, npx playwright test, make smoke), use that. Do not invent a suite that is not in the checkout.

Guardrails

  • Prefer deterministic waits and assertions over brittle timeouts.
  • Re-run a green result once when flake is suspected. Report flake evidence.
  • Quarantine tests only when explicitly requested and documented.
  • Never --no-verify. Never read .env or .env.local.

Output

  • Test results summary
  • Root cause for each failure, with a repro
  • Remaining flake risk (if any)

Factory override

Report only. Do not implement the fix. Do not merge. Only the dispatched ticket or PR.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 46 lines · 36 tokens per session scan A a7c8c78be906

Subscribe to this mod's changes

run-smoke-tests is a skill published in the GitHub repository Kripu77/software-factory (6 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 326 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

testing-strategy

Use when defining a project's test approach, when choosing what gets tested at unit vs integration vs e2e level, when setting per-component coverage targets, when reviewing test quality, or when CI is slow / flaky and tests need a strategy reset.

aneja5/forge-skills · 53 tokens

test-native-extension

Validate a third-party control repo across four automated layers plus one printed manual recipe. Layer 1 asserts native-source structure (Android getName() and iOS +moduleName to manifest nativeModule; @ReactMethod / RCTEXPORTMETHOD to methods; no @ReactModule) plus load/init readiness (ReactPackage public no-arg…

microsoft/power-platform-skills · 211 tokens

test-site

Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright. Use when the user wants to test, verify, or smoke-test their deployed site.

microsoft/power-platform-skills · 46 tokens

qa

Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).

SethGammon/Citadel · 56 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

testing-e2e

End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.

yonatangross/orchestkit · 55 tokens