AgentSkillsCN

get-playground-task

获取游乐场中特定检查员任务的详细状态与输出。适用于调试任务为何失败的场景。

SKILL.md
--- frontmatter
name: get-playground-task
description: Gets detailed status and output of a specific examiner task on a playground. Use to debug why a task is failing.
argument-hint: <playground-id> <task-name>

Get detailed information about examiner task $1 on playground $0.

sh
labctl ssh $0 -- examinerctl task get $1

This shows the task's status and the stdout/stderr of the last execution, which is useful for understanding why a task is passing or failing.