按优先级读取任务 Skill - 从 todos.json 读取 in-progress 和 pending 任务,按 P0-P9 优先级排序
48
50%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.trae/openclaw-skills/priority-task-reader/SKILL.md按优先级读取任务,从 todos.json 读取 in-progress 和 pending 任务,按 P0-P9 优先级排序。
排序优先级(从高到低):
向后兼容:high (2), medium (5), low (8)
cd /Users/bytedance/CS-Notes/.trae/openclaw-skills/priority-task-reader
python3 main.pypython3 main.py --jsonpython3 main.py --nextpython3 main.py --next --next-count 3python3 main.py --json --next --next-count 5================================================================================
📋 按优先级排序的任务列表
================================================================================
================================================================================
🔸 优先级: P0 (1 个任务)
================================================================================
1. ⏸️ [todo-20260219-050]
标题: 精炼整理知乎文章:关于 AI Agent 的内容
负责人: ai
================================================================================
🔸 优先级: P1 (6 个任务)
================================================================================
1. 🚀 [todo-20260223-041344]
标题: 解决子agent遇到gateway pairing问题
负责人: ai
...
================================================================================
📊 总计: 48 个任务 (in-progress + pending)
================================================================================================================================================================
🎯 下一个应该执行的任务
================================================================================
{
"id": "todo-20260219-050",
"title": "精炼整理知乎文章:关于 AI Agent 的内容",
"status": "pending",
"priority": "P0",
"assignee": "ai",
...
}默认配置在 skill.json 中:
{
"todos_json_path": "/Users/bytedance/CS-Notes/.trae/todos/todos.json",
"workspace": "/Users/bytedance/CS-Notes"
}可以通过 --config 参数指定自定义配置文件。
当用户说"推进todo"时,AI 应该:
a2e95c0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.