用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/marblo-app/marblo --skill tf-hold命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | tf-hold |
| description | Pause work and take stock of the current state — use it when things get confusing or you need to change direction. |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Glob, Grep |
Step back from frantic work and organize the situation. Stop, assess the status, and decide the next action.
Never use the Claude Code built-in tools (TaskCreate, TaskList, TaskUpdate, TaskGet). Task lookup/logging MUST use the Marblo MCP tools:
get_all_tasks,get_task_activities,check_feedback,add_activity
Use get_all_tasks to fetch all tasks and organize them by status.
⏸️ Work paused — status summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Overall status:
✅ DONE: {n}
🔄 IN_PROGRESS: {n}
👀 REVIEW: {n}
📋 TODO: {n}
❌ FAILED: {n}
🚫 BLOCKED: {n}
━━━━━━━━━━━━━━━
Progress: {done}/{total} ({percent}%)
🔄 Work that was in progress:
• TASK-003: AI summary API
Last activity: "creating routes/summarize.py" (2 minutes ago)
👀 Awaiting review:
• TASK-002: User API — needs review
❌ Problems:
• TASK-006: Docker setup — "port 8001 already in use"
If there are IN_PROGRESS tasks, use get_task_activities to see how far they got.
check_feedback)Suggest an appropriate action based on the situation:
| Situation | Suggestion |
|---|---|
| REVIEWs piling up | "Handle reviews first to unblock the next tasks" → /tf-review |
| There are FAILED tasks | "Solve this problem first" → /tf-fix |
| Want to change direction | "You can add new tasks or change priorities" → /tf-add |
| Agent is stuck | "You can take over yourself" → /tf-handoff |
| All good | "Continue on" → /tf-resume |
If needed, record the reason for pausing on the in-progress task:
add_activity: "⏸️ Work paused — [reason]. Progress so far: [details]"
This note helps restore context next time you continue with
/tf-resume.