Agent skill
test-arguments
Test $ARGUMENTS substitution in skill content
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-arguments
SKILL.md
Arguments Substitution Test
Goal: Test if $ARGUMENTS gets replaced with passed arguments.
Received Arguments
Raw: $ARGUMENTS
Task
Write the following to earnings-analysis/test-outputs/arguments-result.txt:
TEST: $ARGUMENTS substitution
DATE: {current date}
ARGUMENTS RECEIVED: $ARGUMENTS
SUBSTITUTION WORKED: [YES if you see actual args above, NO if you see literal "$ARGUMENTS"]
If no arguments were passed, note that too.
Didn't find tool you were looking for?