Agent skill
test-task-create-from-fork
Test if tasks created by forked skill are visible to main conversation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-task-create-from-fork
SKILL.md
Test: Task Creation from Forked Skill
Objective: Create a task from this forked skill and verify it exists.
Instructions
-
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"
-
Run TaskList to confirm it was created
-
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.
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?