بنقرة واحدة
continue
Resume work on current branch's task (infers task from branch name)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Resume work on current branch's task (infers task from branch name)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run an epic end-to-end with agent team (analyze, design review, implement, deliver PR)
Start working on a beads task (creates worktree, updates status)
Scan docs and CLAUDE.md for stale references, broken links, and drift against the codebase
Compare macOS and Windows implementations for cross-platform parity drift
| name | continue |
| description | Resume work on current branch's task (infers task from branch name) |
| aliases | ["resume","cont"] |
Resume work on the current branch's task - automatically detects task ID from branch name.
/continue
/resume
Automatically detects task ID from current git branch name. Updates beads status to in_progress if not already started. Shows task details and checklist.
# On branch: PABLO-D-lo7.1-modern-frontend-setup
/continue
# → Updates PABLO-D-lo7.1 to in_progress
# → Shows task details
# On branch: PABLO-D-lo7.2-backend-models
/resume
# → Updates PABLO-D-lo7.2 to in_progress
When the user invokes this skill:
git branch --show-currentbd show TASK-IDbd update TASK-ID --status=in_progressBe friendly and helpful. If branch name is unclear, ask what task they're working on.