resume-work

Recover development context for a branch or pull request after inactivity.

4|3|Updated Jul 14, 2025
One-click install
npx skills add https://github.com/luan/dot-claude --skill resume-work-luan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-work
Source: https://github.com/luan/dot-claude/tree/main/skills/resume-work
Command: npx skills add https://github.com/luan/dot-claude --skill resume-work-luan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, bd, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly regain context and understand your next steps when returning to a coding task after a break, minimizing ramp-up time.

Core Features & Use Cases

  • Context Recovery: Automatically gathers information about your current branch, recent commits, and associated tasks.
  • Actionable Suggestions: Provides prioritized recommendations for what to do next, such as fixing failing CI checks or addressing review comments.
  • Use Case: After a weekend away, you can use this Skill to instantly see what you were working on, what needs attention on your pull request, and what tasks are pending, allowing you to dive back into coding without delay.

Quick Start

Use the resume-work skill to get back to where you left off 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 recover git context after switching branches?

To recover git context for a branch, you can resume work by automatically gathering recent commit history, Git status, and associated task statuses. This instantly reloads your previous development state and highlights pending actions.

What is the best way to check pull request status and CI checks after a break?

Checking pull request status involves retrieving CI check results and review comments directly from your repository. The tool prioritizes suggested next actions based on urgency, such as resolving CI failures or addressing feedback.

How do I get back to where I left off in coding after a weekend?

To get back to where you left off after a weekend, you can analyze your current branch's recent activity and pull request details. This minimizes ramp-up time by instantly identifying what needs immediate attention.

Do I need the gh command line tool to gather pull request review comments?

Yes, you need the gh command line tool installed to interact with GitHub pull request details. The Skill uses gh to fetch CI check results, review comments, and associated task statuses for your inactive branch.

Can I use this workflow to find pending tasks on my current git branch?

Yes, you can use this workflow to find pending tasks on your current git branch. It gathers associated task statuses and recent commits, providing actionable suggestions to help you dive back into coding without delay.

Why does context recovery prioritize fixing failing CI checks first?

Context recovery prioritizes fixing failing CI checks first because resolving CI failures and addressing review comments are urgent blockers. It scans your pull request details to ensure critical issues are handled before you resume coding.