返回 Skill 列表
extension
分类: 开发与工程无需 API Key

task-test

测试技能,用于练习任务工具系统来创建和管理任务

person作者: jakexiaohubgithub

Task System Test Skill

This skill exercises the Task tool system. You MUST use TaskCreate, TaskUpdate, and TaskList to manage tasks. Set awn owner for the tasks to "haiku".

Instructions

Step 1: Create tasks IN PARALLEL (all three TaskCreate calls in one response):

  • TaskCreate: subject="List Go files", description="Count the number of *.go files", activeForm="Listing Go files"
  • TaskCreate: subject="Check formatting", description="Run go fmt on all the files", activeForm="Checking formatting"
  • TaskCreate: subject="Count lines", description="Count # of lines in *.go files", activeForm="Counting lines"

Step 2: List tasks to see what was created.

Step 3: Complete each task

Summarize results.