rust-ml-llm-debugging
Installation
SKILL.md
Rust ML LLM Debugging
Debug ML/LLM behavior by separating provider, prompt, tool, retrieval, model runtime, validation, budget, observability, and deployment layers.
Process
- State expected behavior, actual behavior, impact, and the smallest reproducible symptom.
- Gather evidence from code, logs, traces, metrics, generated output, database plans, config, or failing tests before proposing a fix.
- Isolate the boundary that fails and compare it with a known working path.
- Implement one root-cause fix with focused verification or a regression test where feasible.
Coordination
Use this skill together with itsol-task-intake for ambiguous work, itsol-self-review before handoff, and focused security-* or infra-* skills when the change touches trust boundaries or deployment behavior.