Borrowing it
Nothing to install: this file belongs to fulminate-io/knowledge-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/fulminate-io/knowledge-mcp/main/.claude/skills/run-a-smoke-test/SKILL.mdgit clone --depth 1 https://github.com/fulminate-io/knowledge-mcpWrote 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.
[](https://agentmods.dev/skills/fulminate-io/knowledge-mcp/run-a-smoke-test)<a href="https://agentmods.dev/skills/fulminate-io/knowledge-mcp/run-a-smoke-test"><img src="https://agentmods.dev/badge/skills/fulminate-io/knowledge-mcp/run-a-smoke-test/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.
<a href="https://agentmods.dev/skills/fulminate-io/knowledge-mcp/run-a-smoke-test"><img src="https://agentmods.dev/badge/skills/fulminate-io/knowledge-mcp/run-a-smoke-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.00858 |
| Opus 5 | $0.00028 | $0.00429 |
| Sonnet 5 | $0.00011 | $0.00172 |
| Haiku 4.5 | $0.00006 | $0.00086 |
Grade A, and why
run-a-smoke-test 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 6d 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.
What it actually says
RUN-A-SMOKE-TEST — exercising the running system the way a caller does
Runs after any rebuild or restart of a serving component, after a batch of changes lands, during lulls, and after ANY fix whose claim is about live behavior, regardless of unit-test color. The concrete operations are whatever the system under test serves; the protocol is the shape.
Minimum battery (post-rebuild):
- Read paths: exercise each primary read surface once against content whose expected result is known in advance.
- Write round-trip: create a record through the public write path, then read it back BY ITS IDENTIFIER through a separate read path and confirm the specific field written — the write's success response is not the readback.
- Processing observation: confirm in the serving component's own output (logs, metrics, traces) that the stages you expect actually fired for the operation you just performed. An absent stage where sibling stages are present is a finding; absence where NOTHING was recorded is a broken probe.
- Record what each step is a proxy FOR. A read returning your record proves the serving state contains it — not that every processing stage ran; retrieval and derivation are different layers.
Deterministic-identifier lifecycle probes: create → verify → delete → verify → recreate → verify, with a caller-supplied stable identifier so every phase is addressable. Each verify goes through BOTH the derived/indexed read path AND the direct by-identifier path — they can disagree, and their disagreement is the signal. The recreate phase is what finds lifecycle defects; skipping it reduces the probe to a happy-path smoke.
Probe eligibility comes first: the probe record's type or category must be eligible for the derived surface being asserted against — an excluded category makes every phase vacuous while producing plausible output. Establish eligibility with a known-positive of the same category BEFORE the probe, and state the check in the result.
Adversarial controls: for any check passing on a zero, an absence, or an equality — inject the failure, observe red, revert, observe green. A check never seen red has unknown discriminating power, including the battery itself.
Baseline-vs-treatment asymmetry is the signal: run the same probe through two paths that SHOULD behave alike and compare. A fresh-create completing in seconds against a recreate that never completes localizes the defect to what differs; one number alone cannot distinguish slow from never. Record both.
Confound elimination before classification, in order, one command each: is the running binary/build the one you think (inspect it for the change under test); does the record exist at all (fetch by identifier); has enough time passed for the mechanism you await (interval derived FROM SOURCE, not memory); are you observing the right instance, environment, or build flavor.
Preserved live fixtures: when a probe reproduces a defect whose fix is queued, LEAVE THE FIXTURE IN PLACE and name it as that fix's acceptance criterion — the only artifact proving the fix works against the state that actually occurred.
AMBER is the third result: verified at the storage level, NOT verified at the serving level. Neither green nor red; its only valid disposition is reporting the observed asymmetry for investigation. Declaring green on storage-level evidence is the failure this result exists to prevent; declaring red without the confound elimination above is the mirror failure.
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.
- 6d ago First seen · 71 lines · 56 tokens per session scan A 5a6631db78c6
run-a-smoke-test is a skill published in the GitHub repository fulminate-io/knowledge-mcp (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 56 tokens to every session and 858 once invoked, about $0.0003 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-09-04.
Other skills, from other repositories
verify-bug
Post-merge UAT verification workflow. Walks JIRA reproduce steps, performs comparative audits (Before/After), attaches evidence to JIRA, and transitions status on PASS.
reality-verification
This skill should be used when the user asks to "verify a fix", "reproduce failure", "diagnose issue", "check BEFORE/AFTER state", "VF task", "reality check", "check test quality", "mock-only tests", or needs guidance on verifying fixes by reproducing failures before and after implementation, or detecting mock-heavy…
testing-blocks
Use this when you have made AEM Edge Delivery Services code changes to blocks, scripts, or styles and need to validate them before opening a pull request. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how.
test-electron-app
Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…
qa
Read-only automated QA sweep of a deployed stardust site on AEM Edge Delivery Services — validates routing, content fidelity vs the source capture, template conformance, rendered integrity (geometry, JS errors, broken images), visual regression vs baselines, metadata/SEO/JSON-LD, link integrity, accessibility (axe)…
flutter-skill
Automate and test Flutter applications — launch apps, inspect widgets, tap elements, enter text, scroll, swipe, take screenshots, validate state, and debug via Dart VM Service Protocol. Use when the user wants to run Flutter app tests, automate Flutter UI interactions, inspect widget trees, debug a running Flutter…