context-restore

Restore the most recent saved working context across all branches.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/diiviikk5/rezops --skill context-restore-diiviikk5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/diiviikk5/rezops/tree/main/context-restore
Command: npx skills add https://github.com/diiviikk5/rezops --skill context-restore-diiviikk5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores working context saved earlier by /context-save, enabling you to pick up where you left off across branches and Conductor workspace handoffs.

Core Features & Use Cases

  • Load the most recent saved state by default across all branches to resume interrupted work.
  • Seamlessly continue tasks after context switches, handoffs, or switch of workspace.
  • Works with the /context-save flow to create a smooth, continuous workflow.

Quick Start

Resume context now to continue where you left off.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I resume work from my last saved session after a context switch?

To resume work from your last saved session, restore the most recent checkpoint across all branches. This loads the previous working state, allowing you to pick up where you left off after context switches or workspace handoffs.

What is the best way to restore context after a Conductor workspace handoff?

The best way to restore context after a Conductor workspace handoff is to load the most recently saved state. This retrieves your previous working data across branches, ensuring seamless continuation of interrupted tasks.

Does restoring a workflow session require a previously saved checkpoint?

Yes, restoring a workflow session requires a previously saved checkpoint. You must first save your working context using a save command, which this process then reads to rebuild your previous environment.

Can I pick up where I left off across different git branches?

Yes, you can pick up where you left off across different git branches. By default, the restore mechanism loads the most recent saved state globally, regardless of which branch you were previously working on.

Why does my workflow context not restore automatically when I start a session?

Your workflow context does not restore automatically because loading a previous state requires an explicit restore request. You must trigger the resume action to fetch and apply saved checkpoint data to your current workspace.