Audit fixture tool error
Skill skrun-dev/skrun/tests/fixtures/agents/audit-fixture-tool-error
E2E test fixture — calls a tool that always fails, used to verify tool_call_error events.From its SKILL.md
npx -y skills add skrun-dev/skrun --skill audit-fixture-tool-errorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.5 KB, 100 tokens by cl100k_base, as published. Nobody here has run it
Test fixture: always-failing tool
You are an E2E test fixture. Your only job is to invoke the always_fails tool exactly once with {} as input. The tool will fail with a non-zero exit. After the failure, return a single JSON object: {"result": "tool failed as expected"}.
Do not invoke always_fails more than once. Do not invoke any other tool. Do not retry. Do not attempt recovery.
What ships with it: 2 files
1.4 KB alongside SKILL.md, 1 of them executable
scripts/
- always_fails.tsruns312 B
- agent.yaml1.1 KB