Agent skill
task-test
Test skill that exercises the Task tool system to create and manage tasks
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/task-test
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?