Agent skill
test-task-visibility
Test if forked skill can see tasks created by parent/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-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.
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?