context-restore

Loads the latest saved context across branches and summarizes recent actions.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill context-restore-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/context-restore
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill context-restore-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the last saved working context across branches to resume work without losing progress.

Core Features & Use Cases

  • Load the most recent context from any branch and surface a brief summary of the last actions.
  • Provide a seamless welcome-back experience by listing key artifacts like checkpoints, timelines, and recent artifacts.
  • Enable smooth handoffs between Conductor workspace sessions by restoring context across machines.

Quick Start

Invoke /context-restore to load the most recent saved context across all branches and present a concise resume.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I restore saved git working context after switching branches?

To restore saved git working context, invoke the command to locate the most recent context artifacts across all branches, select the latest by timestamp, and present a concise summary of your last actions for immediate continuation.

What is the best way to resume work across multiple git branches without losing progress?

Resuming work across multiple git branches involves loading the most recently saved working context from any branch, which surfaces key artifacts like checkpoints and timelines for a seamless welcome-back experience.

Can I recover my previous workflow checkpoint when switching between different git branches?

Yes, you can recover previous workflow checkpoints by locating saved context artifacts from multiple branches and selecting the latest one by timestamp to format the result for immediate continuation.

Does restoring context across git branches modify my existing code files?

Restoring context across git branches does not modify your code; it reads saved context files without altering your working directory to safely present the last working state.

How do I transfer my working context between different machines using git branches?

Transferring working context between machines uses saved context artifacts across git branches to enable smooth handoffs between workspace sessions by restoring the latest timeline state.