Cad Revert — Development skill for Claude Code
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
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:
- Capture why the current hypothesis failed (root-cause diagnosis).
- Run safety check with
git status. - Reset working tree cleanly:
git restore .andgit clean -fd. - 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 RepositoryRelated Skills
Reset To Ideation
Roll back plugin to ideation stage - keep idea/mockups, remove all implementation
Hatch3r Diagnose
Troubleshoot a hatch3r framework issue (setup, config, adapter wiring, drift). Gathers state, delegates root-c
Cad Debug
Scientific root-cause debugging protocol (No panic-coding).
Eval Run
Run an eval case end-to-end on the VM (implement → build → score → record → roll back). VM/full-mode only.
Skill Rollback
Roll back a skill to a previous version (self-improving skills AMEND layer — undo)
Flywheel Rollback
Roll back a completed bead implementation.
Related Agents
Root Cause
Establishes whether a suspected cause actually causes an observed symptom, before any fix or revert is made. U
Experiment Fixer
Use this agent to diagnose and fix failed AIChor experiments. Reads analysis reports and loop state, explores
Diagnose And PR
Reads a firing failure signal (an alert, a failed check, a monitoring finding), diagnoses the root cause again