context-restore

Restore the most recent saved context across branches and Conductor handoffs.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill context-restore-zhu637882-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/qoder-config-backup/skills/gstack-context-restore
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill context-restore-zhu637882-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the most recent context saved by /context-save, enabling you to resume work across branches and Conductor handoffs without losing your place.

Core Features & Use Cases

  • Restores the latest saved state across branches by default.
  • Works across Conductor workspace handoffs to maintain continuity.
  • Pairs with /context-save for seamless resume flows in multi-branch projects.

Quick Start

Ask me to resume or restore context to load the most recent 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 working context after switching branches?

You can restore context across branches by loading the most recent state saved by a context-save operation. This deterministically retrieves your previous workspace, allowing you to resume work after interruptions or branch switches without losing your place.

How does context handoff work during Conductor workspace transitions?

Context handoff during Conductor workspace transitions works by loading the latest saved state into the new environment. It maintains continuity by deterministically applying the saved context to minimize data loss during the handoff.

Can I resume work across multiple branches without losing my place?

Yes, you can resume work across multiple branches by retrieving the latest saved context. It supports cross-branch retrieval deterministically, ensuring you pick up exactly where you left off regardless of branch changes.

Do I need a context-save file before I can restore my workspace state?

Yes, you need a prior context-save state to restore your workspace. The restoration process loads the most recent context saved by the context-save command to deterministically resume your previous work.

What is the best way to pick up where I left off after an interruption?

The best way to pick up where you left off after an interruption is to restore the latest saved context. It applies the most recent state deterministically, minimizing context loss and allowing immediate work resumption.

Why does context loss happen when switching between branches?

Context loss happens when switching branches because local workspace state is often overwritten by branch updates. Restoring a previously saved context loads the exact state you left, preventing this loss deterministically.