context-restore
Installation
SKILL.md
Context Restore
I'll find the most recent WIP commit on this branch and unpack it back to your working tree so you can resume right where you left off. Inspired by gstack's context-restore skill.
Token Optimization
Expected range: 100–250 tokens
Patterns used: Bash git commands, early exit (no WIP commit found)
Early exit: If no WIP commit exists on the current branch, report clearly and stop.
Usage
/context-restore # restore most recent WIP on current branch
/context-restore --list # show all WIP commits across all branches
/context-restore --pick # choose from a list of WIP commits