Sayanthegamer

Cad Revert — Development skill for Claude Code

Development community

Safely roll back unviable experiments, diagnose failure cause, and reset state.

How to install Cad Revert

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-revert/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-revert && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-revert.md -o ~/.claude/skills/sayanthegamer-cadence-cad-revert/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cad Revert does


name: cad-revert description: Safely roll back unviable experiments, diagnose failure cause, and reset state.

Execute the `cadence-revert` skill:

  1. Capture why the current hypothesis failed (root-cause diagnosis).
  2. Run safety check with git status.
  3. Reset working tree cleanly: git restore . and git clean -fd.
  4. Confirm working tree is pristine and re-align on alternative strategy.

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Reset Content Gen — Reset apps/content-gen to fresh state for new voice-based agentic coding experiments 296 ★
  • Cloud Run Debug — Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers 284 ★

Full documentation available on GitHub

View Source Repository