Agent skill
test-task-env-check
Check CLAUDE_CODE_TASK_LIST_ID environment variable in forked skill
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-task-env-check
SKILL.md
Test: Environment Variable Propagation
Objective: Check if CLAUDE_CODE_TASK_LIST_ID is visible in forked skill context.
Instructions
- Check the CLAUDE_CODE_TASK_LIST_ID environment variable
- List current tasks
- Create a task with a unique identifier
- Write results to output file
Output
Write to: earnings-analysis/test-outputs/task-env-check-result.txt
Format:
TEST: task-env-check (forked skill)
TIMESTAMP: {ISO timestamp}
ENVIRONMENT:
CLAUDE_CODE_TASK_LIST_ID: {value or "NOT SET"}
TASK LIST BEFORE:
{output from TaskList}
CREATED TASK:
Subject: "ENV_TEST_FROM_FORK_{random-id}"
Task ID: {id}
TASK LIST AFTER:
{output from TaskList}
CONCLUSION: {findings}
Return a summary of findings.
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?