Common mistake — retrying the same failing command or API call without understanding why it failed. Always diagnose the root cause before retrying anything.
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./memory_data/skills/do-not-retry-without-diagnosis/SKILL.mdMistake pattern: Tool call fails → retry the same call → fails again → repeat.
Fix: After the first failure, read the error message carefully and diagnose the root cause before retrying.
Questions to ask:
Anti-pattern: Blindly retrying or escalating without examining the error output.
922caf3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.