context-restore

Load the most recently saved context from any branch and present a structured summary.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load the most recently saved context from any branch and present a clear summary so you can resume work without losing progress.

Core Features & Use Cases

  • Cross-branch context resume for Conductor workspace handoffs.
  • Load by exact title fragment or number and display a structured summary including title, branch, saved timestamp, duration, status, remaining work, and notes.

Quick Start

Ask the AI to load the most recent saved context with /context-restore.

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 context to resume work from a previous checkpoint?

To restore context from a checkpoint, load the most recently saved workspace state to instantly resume work without losing progress. It reads saved checkpoint files and returns a structured summary including title, branch, timestamp, and remaining work.

Can I resume work on a different branch using a saved checkpoint from another branch?

Yes, you can resume work across branches using cross-branch context restore for Conductor workspace handoffs. It loads saved checkpoint files from any branch and presents a clear summary of the title, saved timestamp, and status to seamlessly continue.

How do I load a specific saved context by title or number?

You can load a specific saved context by selecting it through an exact title fragment or its corresponding number. The system retrieves the matching checkpoint file from the gstack workspace and displays a detailed summary of the work status.

What information is included in a restored context summary?

A restored context summary includes the checkpoint title, branch name, saved timestamp, duration, status, remaining work, and notes. This structured overview allows you to quickly assess previous progress and identify exactly what tasks need to be completed next.

Does restoring a workspace context modify my code or environment?

No, restoring a workspace context does not modify any code or environment. It strictly reads saved checkpoint files from the gstack workspace to present a clear summary, ensuring your current working state remains completely untouched and safe.

When do I need to restore context from a checkpoint?

You need to restore context from a checkpoint when returning to an interrupted task or handing off work within a Conductor workspace. It allows you to resume work instantly by retrieving the saved title, branch, and remaining work notes without losing progress.