Borrowing it
Nothing to install: this file belongs to trainual/tiptap-collaboration-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/trainual/tiptap-collaboration-mcp/main/.claude/commands/smoke-test.mdgit clone --depth 1 https://github.com/trainual/tiptap-collaboration-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/commands/trainual/tiptap-collaboration-mcp/smoke-test)<a href="https://agentmods.dev/commands/trainual/tiptap-collaboration-mcp/smoke-test"><img src="https://agentmods.dev/badge/commands/trainual/tiptap-collaboration-mcp/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/commands/trainual/tiptap-collaboration-mcp/smoke-test"><img src="https://agentmods.dev/badge/commands/trainual/tiptap-collaboration-mcp/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.00036 | $0.00510 |
| Opus 5 | $0.00018 | $0.00255 |
| Sonnet 5 | $0.00007 | $0.00102 |
| Haiku 4.5 | $0.00004 | $0.00051 |
Grade A, and why
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 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.
What it actually says
Smoke Test Tiptap MCP Tools
Run through the tiptap-collaboration MCP tools sequentially to verify they work against the live server. Call each tool one at a time and report results.
Test sequence
Run these steps IN ORDER. Wait for each to complete before the next. Use a unique doc name like smoke-test-<timestamp>.
- get-server-statistics — call with no args. PASS if it returns stats.
- list-documents — call with no args. PASS if it returns a list.
- create-document — create a doc named
smoke-test-<timestamp>with simple content:{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"hello"}]}]}. PASS if success message. - get-document — fetch the doc you just created by name. PASS if it returns the content.
- get-document-statistics — fetch stats for the doc. PASS if it returns stats.
- update-document — update the doc with new content:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"updated"}]}]}. PASS if success. - get-document — fetch again to verify update took effect. PASS if content changed.
- duplicate-document — duplicate to
smoke-test-<timestamp>-copy. PASS if success. - get-document — fetch the copy to verify it exists. PASS if returns content.
- delete-document — delete the copy. PASS if success.
- delete-document — delete the original. PASS if success.
- search-documents — search for "hello". PASS if it returns results or a clear error about semantic search not being enabled.
Output format
After running all tests, print a summary table:
| # | Tool | Result | Notes |
|---|--------------------------|--------|----------------|
| 1 | get-server-statistics | PASS | |
| 2 | list-documents | PASS | |
...
Skip import-markdown and export-markdown as they require an appId we don't have.
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.
- 9d ago First seen · 39 lines · 36 tokens per session scan A e16fefe306bf
smoke-test is a command published in the GitHub repository trainual/tiptap-collaboration-mcp (11 stars, last pushed 4d ago), licensed MIT. It adds 36 tokens to every session and 510 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.
Other commands, from other repositories
paul:verify
Guide manual user acceptance testing of recently built features.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ui-snapshot.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
laravel-playwright
E2E Playwright patterns; use the laravel:e2e-playwright skill exactly as written.
qa
Smoke or browser-walk a running app. Report only. Do not implement. Do not merge.
verify-pr
Verify a PR's frontend changes through browser automation.