rollout-validation

rollout-validation is a skill for Claude Code, Codex from paruff/uFawkesAI. It costs 30 tokens per session (330 once invoked), scanned A, original, MIT.

A Kubernetes checking procedure for deployments and stateful applications, including whether containers are ready, healthy, and scaling as expected. Kubernetes is a system for running and managing containerized applications.

In plain words
What is it for?
Use it to check Deployment or StatefulSet rollouts, readiness and liveness probes, replica counts, rollout time, and autoscaling configuration.
Why use it?
It identifies rollout problems such as unavailable replicas or failing health checks after an application update. It records the results in a defined status report.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it to check Deployment or StatefulSet rollouts, readiness and liveness probes, replica counts, rollout time, and autoscaling configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paruff/ufawkesai/rollout
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 paruff/uFawkesAI --skill rollout
Clone the repo
git clone --depth 1 https://github.com/paruff/uFawkesAI

Made for: Claude Code, 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 rollout-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/paruff/ufawkesai/rollout/github.svg)](https://agentmods.dev/skills/paruff/ufawkesai/rollout)
Your own site
<a href="https://agentmods.dev/skills/paruff/ufawkesai/rollout"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/rollout/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 rollout-validation

Your own site · 80×15
<a href="https://agentmods.dev/skills/paruff/ufawkesai/rollout"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/rollout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 330 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.00030 $0.00330
Opus 5 $0.00015 $0.00165
Sonnet 5 $0.00006 $0.00066
Haiku 4.5 $0.00003 $0.00033

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

Security

Grade A, and why

rollout-validation 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 8d 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.

.agents/skills/e2e-testing/e2e-deployment-validation/rollout/SKILL.md · 60 lines

What it actually says

Skill: Rollout Validation

Load trigger: "load rollout-validation skill" > DORA: Cap 4 (CI/CD Automation) Token cost: Low

Purpose

Validate Kubernetes rollout behavior.

Responsibilities

  • Validate Deployment/StatefulSet rollout
  • Validate readiness and liveness probes
  • Validate autoscaling behavior

Inputs

  • Cluster

Outputs

  • rollout-status.json

Validation Rules

  • Rollout completed successfully
  • All pods ready
  • Liveness probes passing
  • Readiness probes passing
  • Autoscaling configured (if expected)

Output Format

{
  "skill": "rollout-validation",
  "status": "pass | fail",
  "deployment": "my-app",
  "replicas": { "desired": 3, "ready": 3, "available": 3 },
  "probes": { "liveness": "pass", "readiness": "pass" },
  "rollout_time_s": 60,
  "autoscaling": { "enabled": false }
}

Success Criteria

  • Successful rollout
  • All pods ready and healthy
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. 8d ago First seen · 60 lines · 30 tokens per session scan A 3d44a7910e1a

Subscribe to this mod's changes

rollout-validation is a skill published in the GitHub repository paruff/uFawkesAI (2 stars, last pushed 16d ago), licensed MIT. It adds 30 tokens to every session and 330 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

linkerd-patterns

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

wshobson/agents · 41 tokens

dokploy-deploy

This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".

fcakyon/claude-codex-settings · 63 tokens

telnyx-storage-curl

Manage cloud storage buckets and objects using the S3-compatible Telnyx Storage API. This skill provides REST API (curl) examples.

team-telnyx/ai · 34 tokens

lov-deploy-to-vercel

A deployment workflow for publishing Vite, Next.js, Create React App, or static frontend projects on Vercel, a hosting service for web applications. It can also connect a custom domain and configure Cloudflare DNS records.

lovstudio/skills · 92 tokens

infrastructure-publishing

Skill for the publishing infrastructure module providing academic publishing workflows including BibTeX CLI citation generation, APA/MLA citation helper functions, DOI management, Zenodo publication, arXiv submission preparation, GitHub releases, PyPI and TestPyPI package distribution, static-site deployment to GitHub…

docxology/template · 127 tokens

lov-domain-cutover

A workflow for putting a mainland-China website online after its ICP filing is approved. It verifies the deployment, DNS, HTTPS certificate, domain response, ICP footer, and handling of the old domain.

lovstudio/skills · 63 tokens