What problem does it solve?
Reverting a Guild skill to a prior version without destroying its history is error-prone if done ad-hoc; this skill provides a safe, auditable rollback mechanism that preserves the full version stack and surfaces what changes will be restored.
It ensures historical changes remain discoverable, reproducible, and auditable, and it includes post-rollback verification to catch drift or regress.
The rollback is non-destructive: a new version vN+1 is created from the older vX, while the original live content is preserved in the history for traceability.
Core Features & Use Cases
- Non-destructive rollback: appends a new vN+1 from an older vX with source metadata and preserves history.
- Version-stack navigation: enumerate available versions, view short diffs, and resolve the target version to restore.
- Post-rollback verification: re-run the skill's eval suite against the current repo to detect drift and surface remediation options.
- Handoff and follow-up: surface a handoff payload with details to drive a follow-up evolve if drift is detected.
Quick Start
Trigger a rollback by specifying the target skill and version number, then review the restored content and its eval results.