resume-work

Resume paused Git branches by aggregating commits, PR status, and next actions.

8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jfmyers9/claude --skill resume-work-jfmyers9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-work
Source: https://github.com/jfmyers9/claude/tree/main/skills/resume-work
Command: npx skills add https://github.com/jfmyers9/claude --skill resume-work-jfmyers9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers quickly regain context after a break by gathering current branch state, recent commits, PR status, and beads-related context to propose the next actions.

Core Features & Use Cases

  • Context aggregation: collects branch name, recent commits, and PR information to inform continuation.
  • Actionable next steps: suggests precise next actions based on the gathered context and beads workflow.
  • Beads-aware continuity: aligns with existing beads issues and swarm planning to smooth handoffs.

Quick Start

Run /resume-work to resume work on your current branch.

Frequently Asked Questions about resume-work

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

FAQPage Schema
How do I resume work on a paused git branch after a break?

To resume work on a paused git branch, the tool aggregates recent commits, PR status, and branch context to propose actionable next steps. It reloads your prior activity and beads-related context to guide continuation.

How do I get context on my current branch and open pull requests?

Getting context on your current branch and open pull requests requires the tool to fetch local branch state and remote PR data. It collects recent commits and status to inform your next actions.

Do I need remote PRs and gh tooling to gather branch context?

Yes, gathering branch context requires Bash tooling including git and gh. It expects a working Git repository with remote PRs to successfully fetch data and aggregate your recent activity.

What is the best way to reload context and prior activity for a pull request?

The best way to reload context and prior activity for a pull request is using a beads-aware continuity approach. It aligns with existing beads issues and swarm planning to smooth handoffs and suggest precise next actions.

Can I use workflow-automation to suggest next actions for my local branch?

Yes, you can use workflow-automation to suggest next actions for your local branch. The tool applies context gathering to your local branches and open PRs, aggregating status to guide your continuation.

Why does resume-work require a working Git repository to function?

Resume-work requires a working Git repository because it relies on Bash tooling like git and gh to fetch data. Without a repository, it cannot aggregate recent commits or gather PR status.