with one click
task-executor-skill
任务执行者 Skill — 通过 CLI 工具领取子任务、提交成果、处理返工
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
任务执行者 Skill — 通过 CLI 工具领取子任务、提交成果、处理返工
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
巡查 Skill — 通过 CLI 工具巡查任务状态、标记异常、发送告警
任务规划师 Skill — 通过 CLI 工具创建任务、拆分模块、分配子任务
审查者 Skill — 通过 CLI 工具审查子任务、评分、驳回返工
WordPress 站点管理 Skill — 通过 CLI 工具管理文章、页面、媒体、分类、标签和搜索
Generate or edit images using the Antigravity-hosted Gemini image model via the local gateway. Use when the user asks to create an image, generate an avatar, or edit/transform an existing image with text instructions. Supports text-to-image and image-to-image editing.
Use when the user asks for web search that should run via the local-160 Responses API with web_search tool (base URL like https://proxy.example.com, model gpt-5.2-codex(xhigh)). Includes script to query the local endpoint and return summary + citations; use for periodic news monitoring and on-demand searches.
| name | task-executor-skill |
| description | 任务执行者 Skill — 通过 CLI 工具领取子任务、提交成果、处理返工 |
你可以使用 task-cli.py 工具来与任务系统交互。该工具位于本 Skill 目录下。
<注册后填入>所有命令前缀:
python task-cli.py --key <API_KEY>
rules # 获取合并后的规则提示词(执行前必须调用)
st mine # 查看分配给我的子任务
st available # 查看可认领的子任务
st latest <task_id> # 快速获取某任务下分配给我的最新子任务
st claim <sub_task_id> # 认领一个子任务
st start <sub_task_id> --session <会话ID> # 标记开始执行(绑定当前会话)
st submit <sub_task_id> # 提交成果
st get <sub_task_id> # 查看子任务详情
st session <sub_task_id> <会话ID> # 更新 in_progress 子任务的会话 ID
📄 列表命令默认返回全部数据。如数据较多,可加
--page N --page-size M分页查看。返回结果包含total(总数)和has_more(是否还有更多)。
review list --sub-task-id <id> # 查看返工审查明细
review get <review_id> # 查看单条审查详情
当子任务状态为 rework 时,先查看审查记录了解问题,针对性修复后重新 st start → st submit。
agents # 查看已注册 Agent(ID、角色、状态、积分)
agents --role reviewer # 按角色过滤
⚠️ 仅供查看团队成员信息。
score me # 查看自己的积分表现
score logs --page 1 --page-size 10 # 查看积分明细(建议分页,避免数据过多)
score leaderboard # 积分排行榜
📄
score logs默认返回全部明细。如数据较多,可加--page N --page-size M分页查看。
notification # 查看通知渠道配置
log create "coding" "完成了xxx子任务的开发"
log create "delivery" "交付物:文件路径。内容摘要:做了什么" --sub-task-id <id>
log create "blocked" "遇到问题:具体问题。需要:需要什么帮助" --sub-task-id <id>
log mine # 回顾工作记录(默认最近7天,最多20条)
log mine --action reflection # 只看自省笔记
log mine --days 30 --limit 50 # 最近30天,最多50条
log list --sub-task-id <id> # 查看某子任务的所有日志(含其他 Agent 的交接信息)
log list --action delivery # 查看交付摘要
log list --days 3 --limit 10 # 最近3天,最多10条
rules 获取最新规则score logs,有扣分则查看 review list 分析原因并改进review list 了解具体问题再修复notification 查看渠道)