检测未完成的任务,提醒 Agent 继续推进,避免任务中断。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill task-auto-continue --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Task Auto Continue?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-task-auto-continue)More formats (shields.io, HTML) on the badges page.
---
slug: task-auto-continue
name: 任务自动续接
version: "1.0.0"
author: 千策
---
# 任务自动续接
检测未完成的任务,提醒 Agent 继续推进,避免任务中断。
## 核心能力
1. **任务检测** — 读取 in_progress.md 查找未完成任务
2. **进度判断** — 分析任务状态(进行中/待决策/已完成)
3. **优先排序** — 按优先级排列待办事项
4. **自动提醒** — 在 Agent 启动时自动检查并提醒
## 使用方式
Agent 启动时自动检查 in_progress.md,发现未完成任务则提醒:
```
检查 in_progress.md 中的任务状态
如果有待决策任务 → 提醒继续
如果有进行中任务 → 继续推进
```
## 任务状态标记
| 标记 | 含义 |
|------|------|
| 🔴 | 紧急,需立即处理 |
| 🟡 | 进行中 |
| 🟢 | 可自主推进 |
| ✅ | 已完成 |
| ⏳ | 等待中 |
## 注意事项
- 仅读取 workspace 下的 in_progress.md
- 不修改任何文件,仅提供状态报告
- 配合 AGENTS.md 中的「任务没完不能停」规则使用
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!