view --main task-test-skill-dlya-sozdaniya-i-upravleniya-zadachami.md
task-test: Скилл для создания и управления задачами
readonly
--- lines
---
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.
Инициализация мануала...
//
$ ls -R related_skills/
2026-04-02
⭐ 829
reflect: Скилл для улучшения навыков
2026-04-02
⭐ 16
td-javascript-sdk: Скилл для импорта данных в Treasure Data
2026-03-28
⭐ 28101
fda-medtech-compliance-auditor — Автоматизированный аудит соответствия медицинских изделий
2026-03-30
⭐ 3588
clawcoach-core — Персонализированный AI-тренер для здоровья и фитнеса
package.json
$ install --global
skills.sh
npx skills add https://github.com/martinemde/skillet/tree/main/.claude/skills/task-test
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы