run-smoke-tests

run-smoke-tests is a skill for Codex from tamdogood/builder-essential-skills. It costs 122 tokens per session (1,531 once invoked), scanned A, original, MIT.

A procedure for testing a real product by following a broad user journey through its supported interface, such as a website, API, command line, desktop app, or mobile app.

In plain words
What is it for?
Use it to inspect an unfamiliar repository, run smoke tests in a local or test environment, and record screenshots, logs, recordings, and the timeline of what happened.
Why use it?
It turns an informal journey into an auditable pass, fail, or blocked result with evidence, while keeping testing separate from fixing problems.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect an unfamiliar repository, run smoke tests in a local or test environment, and record screenshots, logs, recordings, and the timeline of what happened.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tamdogood/builder-essential-skills/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 tamdogood/builder-essential-skills --skill run-smoke-tests
Clone the repo
git clone --depth 1 https://github.com/tamdogood/builder-essential-skills

Made for: Codex.

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/tamdogood/builder-essential-skills/run-smoke-tests/github.svg)](https://agentmods.dev/skills/tamdogood/builder-essential-skills/run-smoke-tests)
Your own site
<a href="https://agentmods.dev/skills/tamdogood/builder-essential-skills/run-smoke-tests"><img src="https://agentmods.dev/badge/skills/tamdogood/builder-essential-skills/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/tamdogood/builder-essential-skills/run-smoke-tests"><img src="https://agentmods.dev/badge/skills/tamdogood/builder-essential-skills/run-smoke-tests.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,531 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00122 $0.01531
Opus 5 $0.00061 $0.00766
Sonnet 5 $0.00024 $0.00306
Haiku 4.5 $0.00012 $0.00153

Measured 12d ago against content hash 7570afc6955c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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 · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Run Smoke Tests

Execute a broad user journey against a real build and leave enough evidence for a person to audit the judgment. Understand the host project before starting the product or touching its state.

Operating contract

  • Treat the Markdown as runtime instructions, not source to compile into code.
  • Test through a supported user-facing surface: web UI, API, CLI, desktop, mobile, or a documented combination.
  • Separate execution from repair. Do not edit the product, tests, or journey during a run. Finish the report before starting any requested fix.
  • Default to local, test, preview, or staging environments. Never mutate production, spend money, send real invitations, or change real user data without explicit authorization.
  • Make every pass or fail claim traceable to captured evidence.
  • Keep the first failed run. Do not erase evidence by retrying until green.

Workflow

1. Pass the repository-understanding gate

Read the nearest repository instructions, product README, runbook, contribution guide, manifests, launch scripts, existing smoke or end-to-end tests, and the smallest relevant product documentation. Search for auth setup, seed data, test accounts, feature flags, observability, artifact conventions, and cleanup commands. Trace the journey across the relevant UI, service, state, and external-system boundaries so failures can be attributed to the right part of the product.

Before launching anything, be able to state:

product and user surface:
authoritative journey source:
relevant architecture and system boundaries:
build and start commands:
target environment and data boundary:
interaction driver or available tools:
authentication and human checkpoints:
evidence capture capabilities:
safe cleanup path:
known abort conditions:

Do not guess missing commands, URLs, credentials, or permissions. If a missing item blocks safe execution, report it as a preflight blocker.

2. Validate the journey contract

Read references/smoke-format.md. Normalize supplied prose without silently adding product behavior.

Read the full file on GitHub · 189 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 189 lines · 122 tokens per session scan A 7570afc6955c

Subscribe to this mod's changes

run-smoke-tests is a skill published in the GitHub repository tamdogood/builder-essential-skills (196 stars, last pushed 26d ago), licensed MIT. It adds 122 tokens to every session and 1,531 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

refactor-safely

Restructure existing code safely without changing externally observable behavior. Composes context, design, architecture, code quality, and testing guardrails into a characterization-first refactoring workflow. Use when the user says 'refactor this', 'clean this up', 'untangle this module', 'move this to the right…

techygarg/lattice · 82 tokens

requirement-quality

Apply requirement quality principles when generating or validating feature specifications. Enforces feature completeness, scenario structure, AC verifiability, feature independence, and implementation slice quality. Use when writing feature specs, validating existing requirements, or when the user mentions 'validate…

techygarg/lattice · 106 tokens

test-quality

Apply test quality principles when generating or reviewing test code. Enforces Arrange-Act-Assert structure, one behavior per test, assertion quality, test isolation, meaningful naming, and test data management. Use when writing tests, reviewing test code, or when the user mentions 'write tests', 'test this', 'test…

techygarg/lattice · 145 tokens

test-strategy-document

Create a production-ready Testing Strategy and QA Execution Plan. Covers testing levels (unit, integration, E2E, performance), mocking boundaries, test environment matrix, code coverage thresholds, and automated CI pipeline runsheets. Use when establishing a QA framework for a new system or feature set.

fattain-naime/engineering-docs · 62 tokens

test-writing

Write comprehensive tests for code including unit tests, integration tests, and end-to-end tests. Use this to ensure code quality, catch bugs, and validate functionality.

KarmaloopAI/Jiva · 35 tokens

xcode-testing-workflow

Guide Swift Testing, XCTest, XCUITest, XCUIAutomation-oriented mechanics, code coverage, xctestplan matrices, accessibility-verification follow-through, test filtering, retries, diagnostics, and test-specific fallback work in existing Xcode-managed projects and workspaces. Use when Xcode-aware execution is needed and…

gaelic-ghost/socket · 81 tokens