rollback
Installation
SKILL.md
Rollback Skill
User-invocable skill for checkpoint management and PDCA state rollback.
Arguments
| Argument | Description | Example |
|---|---|---|
| (none) | List available checkpoints (same as list) |
/rollback |
list |
List all available checkpoints | /rollback list |
to <checkpoint-id> |
Restore to a specific checkpoint | /rollback to cp-1710842700000 |
phase |
Rollback to previous PDCA phase | /rollback phase |
reset <feature> |
Reset feature to initial (idle) state | /rollback reset user-auth |
Action Details
list (Default)
List all available checkpoints for the current or specified feature.
Related skills