resume

Resume a paused CodeScope pipeline from the latest handoff document.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/jwadhwa2259/codescope --skill resume-jwadhwa2259
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/jwadhwa2259/codescope/tree/main/skills/resume
Command: npx skills add https://github.com/jwadhwa2259/codescope --skill resume-jwadhwa2259

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paused CodeScope pipelines can lose progress and context; this tool resumes from the latest handoff to continue efficiently.

Core Features & Use Cases

  • Session resumption: Reconnects to the most recent handoff, displays a summary, and resumes at the correct phase.
  • Artifact validation: Verifies handoff artifacts before continuing to ensure integrity.
  • Resume options: Offers Continue, Start fresh, or Cancel to control the workflow.
  • Cleanup: Performs post-resume cleanup to remove stale session data.

Quick Start

Invoke the resume command with your task slug to continue a paused CodeScope pipeline from the most recent handoff.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I resume a paused CodeScope pipeline from a handoff document?

To resume a paused CodeScope pipeline, invoke the resume command with your task slug to locate the most recent handoff document under .claude/codescope/sessions and resume from the reported phase.

What is a CodeScope handoff document and when do I need it?

A CodeScope handoff document defines completed work, remaining tasks, and key decisions for a paused pipeline, and is needed when you want to validate artifacts before continuing an orchestrated session.

Can I start a fresh session instead of continuing from the latest handoff?

Yes, the resume workflow offers three options: Continue from the reported phase, Start fresh to begin a new pipeline, or Cancel the resumption process entirely.

How does artifact validation work when resuming a CodeScope pipeline?

Artifact validation verifies the integrity of handoff artifacts before continuing the pipeline, ensuring that previously completed work and session data remain consistent for a safe resumption.

Do I need the orient tool with --resume support to resume a pipeline?

Yes, resuming a CodeScope pipeline requires access to the orient tool with --resume support to reconnect to the handoff files and properly resume the orchestration phase.

Why does session cleanup run after resuming a CodeScope pipeline?

Post-resume cleanup performs session cleanup to prune old sessions and remove stale session data, keeping the .claude/codescope/sessions directory clean for future pipeline orchestration.