What problem does it solve? When resuming work on a GitHub issue in a new session or handing off work between bots, context is lost. This Skill rebuilds the full working state from persistent GitHub artifacts so you can continue without re-reading everything manually. ## Core Features & Use Cases - Artifact Reconstruction: Reads the issue body, linked spec file, posted assessment, and implementation plan from GitHub comments. - Branch and PR Status Check: Detects existing branches, commits ahead of main, open PRs, and review comments. - Next-Action Suggestion: Applies decision logic to recommend the next step, such as running an assessment, writing a plan, continuing implementation, or merging a PR. - Use Case: A bot picks up issue #401 started by another bot. The Skill reads the spec, assessment, and plan from GitHub, checks the branch and PR state, and reports that reviews are pending so the bot knows to address review comments. ## Quick Start Ask the assistant to resume work on issue 401 using the forge-resume skill to see the current state and suggested next action.