context-restore

Restore the most recent saved workflow state across all branches.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill context-restore-thanh-abaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack-context-restore
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill context-restore-thanh-abaii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to quickly restore your working context to the point where you last saved, making it easy to pick up where you left off.

Core Features & Use Cases

  • Context Restoration: Loads the most recent saved state across all branches to continue working without interruption.
  • Trigger Options: Triggered by commands like "resume where I left off", "restore context", or "where was I".
  • Use Case: If you've saved your work and want to return to it without having to manually reload or retrace your steps, use this Skill to get back to your previous state.

Quick Start

Use the /context-restore command to resume your workflow from the last saved state.

Frequently Asked Questions about context-restore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore my workflow from a saved state after an interruption?

Triggering a context restore is done by using the /context-restore command, which loads your most recent saved state across all branches so you can resume your workflow without manually retracing your steps.

What commands trigger workflow resumption and context restoration?

Workflow resumption and context restoration can be triggered by commands like /context-restore, "resume where I left off", "restore context", or "where was I" to load your most recent saved working state.

Do I need existing context management mechanisms to restore my working context?

Yes, restoring your working context requires proper context management and state-saving mechanisms to be set up beforehand, as this feature loads the most recent state that was previously saved across all branches.

Can I resume work across all branches using a single context restore command?

Yes, you can resume work across all branches using a single context restore command, which applies the most recent saved state globally to continue your workflow after an interruption or pause.

When should I use a context restore command instead of manually reloading my workflow?

You should use a context restore command when you have saved your work and want to return to it without having to manually reload or retrace your steps, making it easy to pick up exactly where you left off.