rollback-state-validation

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

A check that confirms a rollback leaves the deployment configuration and running Kubernetes cluster in the same earlier state. Drift means an unintended difference between the two.

In plain words
What is it for?
Reviewing GitOps commit history, checking the deployed version and running pods, and reporting whether any configuration drift remains.
Why use it?
It detects rollbacks that look successful but leave old or conflicting settings behind.

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.

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.

agentmods
npx agentmods add skills/paruff/ufawkesai/state-validation
Any agent
npx skills add paruff/uFawkesAI --skill state-validation
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 rollback-state-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/paruff/ufawkesai/state-validation.svg)](https://agentmods.dev/skills/paruff/ufawkesai/state-validation)
Your own site
<a href="https://agentmods.dev/skills/paruff/ufawkesai/state-validation"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/state-validation.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00036 $0.00357
Opus 5 $0.00018 $0.00179
Sonnet 5 $0.00007 $0.00071
Haiku 4.5 $0.00004 $0.00036

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

Security

Grade A, and why

rollback-state-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 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.

.agents/skills/e2e-testing/e2e-rollback/state-validation/SKILL.md · 67 lines

What it actually says

Skill: Rollback State Validation

Load trigger: "load rollback-state-validation skill" > DORA: Cap 5 (Operational Resilience) Token cost: Low

Purpose

Validate that the cluster and GitOps repo return to a consistent state after rollback.

Responsibilities

  • Validate GitOps commit history
  • Validate cluster state
  • Validate no drift

Inputs

  • GitOps repo
  • Cluster

Outputs

  • rollback-state.json
  • cluster-diff.txt

Validation Rules

  • GitOps commit history shows rollback
  • Cluster state matches previous version
  • No drift detected
  • All pods running previous version

Output Format

{
  "skill": "rollback-state-validation",
  "status": "pass | fail",
  "gitops_commits": {
    "total": 10,
    "rollback_commit": "def456",
    "latest_version": "v1.2.3"
  },
  "cluster_state": {
    "deployment_version": "v1.2.3",
    "pods_running": 3,
    "pods_ready": 3
  },
  "drift": "none"
}

Success Criteria

  • No drift
  • Correct rollback state
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. 6d ago First seen · 67 lines · 36 tokens per session scan A be2c8f9db233

Subscribe to this mod's changes

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

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

template-publish

Publishing scripts for DOI-bearing project releases, optional mirror uploads, PyPI release validation, post-publish verification, and publication export. Use with docs/guides/publication-runbook.md for standalone GitHub + Zenodo release workflows.

docxology/template · 52 tokens

template-audit

Audit and quality-gate scripts for the template research framework. Covers documentation linting, filepath audits, mock-usage checking, template drift, and confidentiality / git-guard checks.

docxology/template · 40 tokens

go-live

Use when a user wants an AI-built local project pushed to GitHub and deployed live on Vercel with the least friction, while keeping git, secrets, provider setup, and live proof explicit.

ohad6k/VibeRaven · 43 tokens

worktree

Set up parallel agent sessions on independent tasks via git worktrees. Use when asked to '/worktree', 'git worktree', 'parallel branches', 'isolated branch workspace', 'work on two things at once'.

craigcossairt/trellis · 47 tokens

prevu-flows

Use when the user wants to mirror their local dev to a Prevu environment so they can preview changes from their phone while AFK, or when they want to share an in-progress branch as a public preview URL for a teammate, designer, or PM. Mentions: AFK, mobile preview, phone preview, mirror dev, share preview, preview…

prevu-cloud/prevu · 100 tokens