deploy-and-runtime-verification

deploy-and-runtime-verification is a skill for Claude Code from heymegabyte/claude-skills. It costs 85 tokens per session (1,363 once invoked), scanned A, original, no licence file.

A deployment and production-checking process for Cloudflare applications. It runs type checking, deploys changes, clears the content delivery network cache, tests the live site end to end, checks its appearance, and supports rollback, backups, secrets, and monitoring.

In plain words
What is it for?
Use it after code changes to deploy and verify a live application, run browser smoke tests, manage deployment secrets, restore D1 data to an earlier point, or roll back a release.
Why use it?
It catches problems that may appear only after code reaches production. The process also provides recovery and operational checks for deployed Workers and D1 data.

Skill for Claude Code

Written for Claude Code: paths in frontmatter.

Part of the claude-skills plugin — 29 skills, 53 commands, 26 agents shipped together

Good fit Use it after code changes to deploy and verify a live application, run browser smoke tests, manage deployment secrets, restore D1 data to an earlier point, or roll back a release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification
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 heymegabyte/claude-skills --skill 08-deploy-and-runtime-verification
Clone the repo
git clone --depth 1 https://github.com/heymegabyte/claude-skills

Made for: Claude Code.

Or install claude-skills, the plugin that ships this one along with the rest of its 29 skills, 53 commands, 26 agents.

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 deploy-and-runtime-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification/github.svg)](https://agentmods.dev/skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification)
Your own site
<a href="https://agentmods.dev/skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification"><img src="https://agentmods.dev/badge/skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification/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 deploy-and-runtime-verification

Your own site · 80×15
<a href="https://agentmods.dev/skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification"><img src="https://agentmods.dev/badge/skills/heymegabyte/claude-skills/08-deploy-and-runtime-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,363 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00085 $0.01363
Opus 5 $0.00043 $0.00681
Sonnet 5 $0.00017 $0.00273
Haiku 4.5 $0.00009 $0.00136

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

Security

Grade A, and why

deploy-and-runtime-verification scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

3. Purge CDN (`wrangler cache purge` or `curl -X POST https://api.cloudflare.com/client/v4/zones/{id}/purge_cache`)
08-deploy-and-runtime-verification/SKILL.md · 131 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

11 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. 10d ago First seen · 131 lines · 85 tokens per session scan A c37e8fc430a3

Subscribe to this mod's changes

deploy-and-runtime-verification is a skill published in the GitHub repository heymegabyte/claude-skills (21 stars, last pushed 15d ago), with no licence file. It adds 85 tokens to every session and 1,363 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

playwright-testing

E2E testing with Playwright - Page Objects, cross-browser, CI/CD.

alinaqi/maggy · 20 tokens

e2e-failure-paths

Validate pipeline behavior under failure conditions. Use when simulating test failures, SAST failures, build failures, validating no GitOps update occurs, or checking error propagation.

paruff/uFawkesAI · 41 tokens

e2e-happy-path

Validate the full pipeline success path from commit to deployment. Use when triggering a full CI pipeline run, validating build artifacts, GitOps update, reconciliation, deployment, or running smoke tests.

paruff/uFawkesAI · 44 tokens

Azure Microsoft Playwright Testing Ts

Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipeline...

mayurrathi/awesome-agent-skills · 43 tokens

e2e-testing

Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response…

QwenLM/qwen-code · 94 tokens

terminal-capture

Automates terminal UI screenshot testing for CLI commands. Applies when reviewing PRs that affect CLI output, testing slash commands (/about, /context, /auth, /export), generating visual documentation, or when 'terminal screenshot', 'CLI test', 'visual test', or 'terminal-capture' is mentioned.

QwenLM/qwen-code · 66 tokens