# Test Task Create From Fork

> Test if tasks created by forked skill are visible to main conversation

- Skill: `majiayu000/test-task-create-from-fork` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/test-task-create-from-fork`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/test-task-create-from-fork/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/test-task-create-from-fork

---


# Test: Task Creation from Forked Skill

**Objective**: Create a task from this forked skill and verify it exists.

## Instructions

1. Create a task with:
   - Subject: "Task created by forked skill"
   - Description: "This task was created inside test-task-create-from-fork skill. If main conversation can see this, cross-creation works."
   - ActiveForm: "Creating task from fork"

2. Run TaskList to confirm it was created

3. Write results to output file

## Output

Write results to: `earnings-analysis/test-outputs/task-create-from-fork-result.txt`

Format:
```
TEST: task-create-from-fork
TIMESTAMP: {ISO timestamp}

TASK CREATED:
- ID: {task id}
- Subject: Task created by forked skill
- Status: pending

TASKLIST AFTER CREATION:
{full output}

CONCLUSION: Task successfully created from forked skill context
```

Return the task ID so main conversation can check visibility.

