Agent skill
test-error-parent
Parent that calls error-prone child to test error propagation
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-error-parent
SKILL.md
Error Propagation Test
Goal: Test what parent sees when child skill fails.
Task
- Record that you're starting
- Call
/test-error-child(which will deliberately fail) - Capture EVERYTHING you receive back - error messages, return values, etc.
- Write results to
earnings-analysis/test-outputs/error-parent-result.txt
Include:
- What the child skill returned (full text)
- Whether you received an error message
- Whether you know the child failed
- How you could detect failure programmatically
Didn't find tool you were looking for?