martinemde

task-test

15
1
# Install this skill:
npx skills add martinemde/skillet --skill "task-test"

Install specific skill from multi-skill repository

# Description

Test skill that exercises the Task tool system to create and manage tasks

# SKILL.md


name: task-test
description: Test skill that exercises the Task tool system to create and manage tasks
allowed-tools: TaskCreate TaskUpdate TaskList Glob Bash
model: sonnet


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.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.