skills/agent-task-confirm/SKILL.md
Use when confirming whether a dispatched agent task was actually received, activated, and progressing after sessions_send or other task handoff actions.
npx skillsauth add aaaaqwq/agi-super-team agent-task-confirmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
确保每次派发任务后,agent 确实收到并在执行。
sessions_send(sessionKey="agent:<id>:telegram:group:-1003890797239", message="【CEO指令】...")
sessions_list(activeMinutes=5, kinds=["agent"], messageLimit=0)
检查目标 agent 的 session 是否 active(updatedAt 在最近 60 秒内)。
| 状态 | 判断条件 | 处理 | |------|----------|------| | ✅ 已接收 | session active, updatedAt 刚更新 | 等汇报 | | ⚠️ 可能卡住 | session active 但 5min+ 无新消息 | 发催促消息 | | ❌ 未接收 | session 不在 active 列表 | 重发一次,仍失败则报告 Daniel |
如果 agent 5 分钟内没有发群里汇报,发催促:
sessions_send(sessionKey="agent:<id>:...", message="【催促】你的任务完成了吗?立即用 message 发群里汇报进度。")
如果催促后 5 分钟仍无反应:
任务消息必须包含:
快速检查所有 agent 状态:
sessions_list(activeMinutes=10, kinds=["agent"], messageLimit=1)
看每个 agent 的 updatedAt 和最后一条消息判断是否在工作。
development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.