What problem does it solve?
When work is blocked waiting for a reply on a GitHub issue, sessions normally end or require manual polling. This Skill registers the issue so the current Codex or Claude Code session is automatically woken when the first future comment arrives, letting blocked work resume asynchronously.
Core Features & Use Cases
- Asynchronous Session Wakeup: Run
github-wake ISSUE_URL to durably register an existing issue and wake this exact session when its first future comment arrives.
- Claude Code Monitor Integration: In Claude Code 2.1.98 or later, run
github-wake --claude-monitor ISSUE_URL through the Monitor tool so its output line wakes the conversation.
- Watch Management: Inspect active watches with
github-wake --status and remove them with github-wake --cancel WATCH_ID.
- Use Case: You filed a question on an upstream repository and cannot proceed until a maintainer responds. Register the issue, continue independent work, and resume the blocked task automatically when the reply lands.
Quick Start
Ask the agent to register the existing GitHub issue URL with github-wake so this session wakes up when the first reply comment arrives.