Agent skill
test-task-visibility
Test if forked skill can see tasks created by parent/main conversation
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-task-visibility
SKILL.md
Test: Cross-Context Task Visibility
Objective: Check if this forked skill can see tasks created in the main conversation.
Instructions
- Run TaskList immediately (DO NOT create any tasks first)
- Record what you see
- If any tasks exist, use TaskGet on the first one to see details
- Write results to output file
Output
Write results to: earnings-analysis/test-outputs/task-visibility-result.txt
Format:
TEST: task-visibility (forked skill seeing parent's tasks)
TIMESTAMP: {ISO timestamp}
TASKLIST RESULT:
{exact output from TaskList}
TASK COUNT: {n}
VISIBLE TASKS:
{list each task ID, subject, status if any exist}
{or "NONE - forked skill cannot see parent's tasks"}
CONCLUSION: Forked skill {CAN|CANNOT} see tasks from main conversation
Return a brief summary.
Didn't find tool you were looking for?