一键导入
pickup
Triggers on /pickup only. Reads the next-session handoff written by /next-ai-prompt, runs the verify checklist, then starts tackling suggested next steps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triggers on /pickup only. Reads the next-session handoff written by /next-ai-prompt, runs the verify checklist, then starts tackling suggested next steps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Triggers on /clockify-reconciliator <project> only. Adds descriptions to description-less Clockify entries for a configured project, splitting large blocks into 1-3h chunks using git commits from configured repos.
Triggers on /work-recap only. Dispatches to a named recap variant (e.g. zirtue weekly, zirtue daily). Each variant lives in a subfolder under this skill.
Triggers on /schedule-once only. Schedules a SINGLE future run of a Claude prompt (or a raw shell command) on THIS machine via Windows Task Scheduler, as a self-deleting one-time task. The local, one-shot counterpart to the cloud /schedule and the recurring /cron-run. PC must be on and logged in at fire time; Claude Code itself need not be open. Also supports list and cancel.
Triggers on /create-pr only. Drafts a human-light PR for the current branch, scales the body to the diff, suggests visuals, previews locally, and creates it on approval.
Triggers on /autopilot only. Dev is AFK and wants maximum autonomous progress with heavy but purposeful token use. Never block - delegate aggressively to subagents to keep main context lean, resolve real judgment calls via a BOUNDED /iterate-it (capped per run), auto-answer any nested skill's question instead of hanging, log decisions, park true hard-stops, and grind the task to a verified finish.
Triggers on /batch-todos only. Dedupes ai_todos, classifies survivors as EASY (auto-execute) or HARD (dev picks), shows dry-run confirmation, batches all EASY todos, then surfaces the HARD queue.
| name | pickup |
| description | Triggers on /pickup only. Reads the next-session handoff written by /next-ai-prompt, runs the verify checklist, then starts tackling suggested next steps. |
Resume from where the last session left off.
Read .for_bepy/NEXT_AI_PROMPT.md (use git rev-parse --show-toplevel if repo root is unclear).
If not found: output "No handoff found." and stop.
Print the Context section verbatim.
File has a ## Verify checklist section with - [ ] items. Execute each in order as real shell commands or inspections. Do not just print them.
Combine Open decisions and Suggested next steps into one AskUserQuestion. Dev picks what to work on or defers all.
If 4 or fewer combined items: one option each. If more than 4: show top 4, list rest as plain text.
git rm .for_bepy/NEXT_AI_PROMPT.md
Then run /commit.
/commit.