Debugging helper skill for eclipse sumo
Skill Tarard/Torii-SUMO/skills/debugging-helper-skill-for-eclipse-sumo
Use when diagnosing Eclipse SUMO, TraCI, netconvert, duarouter, route, demand, detector, traffic-light, output, teleport, insertion, seed, performance, or reproducibility failures in traffic-simulation workflows.From its SKILL.md
npx -y skills add Tarard/Torii-SUMO --skill debugging-helper-skill-for-eclipse-sumoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 373 tokens by cl100k_base, as published. Nobody here has run it
Debugging Helper Skill for Eclipse SUMO
Purpose
Use this skill to debug Eclipse SUMO/TraCI failures as a closed-loop investigation. The goal is root-cause evidence, not keeping a run alive at any cost.
Loop:
failure -> observe artifacts -> classify deviation -> choose one probe -> run probe -> compare feedback -> fix, rerun, or demote
Start Here
When the cause is not already proven, read only the needed references:
- SUMO/TraCI failure diagnosis, symptom mapping, and claim demotion:
references/debug-sumo-traci.md.
Ask for one missing artifact at a time. Prefer exact commands, SUMO logs, output files, configs, and minimal reproductions over screenshots or descriptions.
Rules
- Do not propose fixes before the fault class is evidence-backed.
- Do not hide faults with
--ignore-route-errors,--ignore-errors, larger retries,--time-to-teleport -1, GUI-only inspection, or changed demand unless the run is marked diagnostic. - Classify with these labels:
environment-fault,input-construction-fault,demand-realization-fault,traci-protocol-fault,controller-logic-fault,output-observability-fault,stochasticity-fault,simulator-limitation-or-bug. - If a user-discovered workaround should improve the public skill, hand off to
simulation-helper-skill-for-eclipse-sumoand its field-lesson workflow after privacy/source checks.
Debug Outcome
End every pass with:
root_cause:
evidence:
fix_or_next_probe:
claim_status:
residual_risk:
If the root cause is unknown, say so and keep the run out of formal evidence.
What ships with it: 2 files
3.9 KB alongside SKILL.md
agents/
- openai.yaml324 B
references/
- debug-sumo-traci.md3.6 KB