continue-issue

Reconnect to an in-progress task's branch or worktree and display its task card.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NoNameItem/claude-tools --skill continue-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue-issue
Source: https://github.com/NoNameItem/claude-tools/tree/main/plugins/flow/skills/continue-issue
Command: npx skills add https://github.com/NoNameItem/claude-tools --skill continue-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill accelerates returning to work by locating your active in_progress task, aligning with its saved branch/worktree, and presenting a ready-to-act task card.

Core Features & Use Cases

  • Finds the active in_progress leaf task and reads its saved Git branch.
  • Switches to the existing worktree or local/remote branch with safe fallbacks.
  • Displays a ready-to-use task card for quick resumption.

Quick Start

Start by running /flow:continue to reconnect to your in_progress task.

Frequently Asked Questions about continue-issue

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

FAQPage Schema
How do I resume an in-progress task using my existing Git branch?

You can resume an in-progress task by running /flow:continue, which locates your active leaf task, reconnects to its saved Git worktree or branch, and displays a ready-to-use task card.

What is the best way to switch back to an active Git worktree without starting a new task?

The best way to switch back to an active Git worktree is using a flow resume command that finds your in_progress task, reconnects to the existing worktree, and safely reports status without creating new tasks or changing statuses.

How does task automation locate my saved branch across local and remote refs?

Task automation locates your saved branch by parsing the active task description for Git lines, then searching for the referenced branch within your local worktrees or local and remote refs to reattach to the flow.

Can I use this task resume flow to reconnect to remote branches safely?

Yes, you can use this task resume flow to reconnect to remote branches. It safely reports status and falls back securely without performing destructive actions when locating your branch across local or remote refs.

Are there limitations to resuming a task if my worktree branch is missing?

A limitation of resuming a task when a worktree branch is missing is that the skill applies safe fallbacks and only reports status, meaning it will not perform destructive actions or create new branches to force the resumption.