context-restore

Restore previously saved project work context across git branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the frustration of losing your place in a project after session breaks, branch switches, or workspace handoffs, eliminating the need to manually retrace your steps, locate open files, or reconstruct your prior train of thought.

Core Features & Use Cases

  • Cross-Branch Context Restoration: Loads the most recent saved work context across all git branches by default, so you can resume tasks even after switching to a different branch for a hotfix or urgent work.
  • Seamless Workflow Pairing: Designed to work with the /context-save skill to create a full save-and-resume loop for long-running development, debugging, and project work.
  • Use Case: If you were in the middle of implementing a new authentication flow, saved your context to handle an urgent bug fix, you can run this skill to instantly return to your auth flow work with all your prior notes, open files, and next steps ready.

Quick Start

Use the context-restore skill to load your most recent saved work context and resume your previous task immediately.

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 a previous development session after switching git branches?

To resume work from a previous development session after switching git branches, you can load your most recent saved work context. This instantly restores your prior notes, open files, and next steps without manual retracing of steps.

What is the best way to recover project context after a session break or workspace handoff?

Recovering project context after a session break or workspace handoff is done by loading the latest saved state. This surfaces recent project artifacts, checkpoints, and recent skill usage patterns to accelerate resuming your prior development train of thought.

Can I restore my work context across all git branches by default?

Yes, you can restore work context across all git branches by default. The restoration process loads the most recent saved work context regardless of branch, allowing you to resume tasks even after switching to a different branch for a hotfix or urgent work.

How do I instantly return to a prior debugging task after handling an urgent bug fix?

To instantly return to a prior debugging task after handling an urgent bug fix, you restore your previously saved project work context. This eliminates the need to manually locate open files or reconstruct your previous notes and next steps.

Do I need a specific checkpoint tool to save my project state before I can restore it?

You need to pair this context restore process with a context-save skill to create a full save-and-resume loop. Saving your context first ensures that your open files, notes, and next steps are available to load when you resume work later.