troubleshooting-guide
SKILL.md
Troubleshooting Guide Creator
Эксперт по созданию структурированных руководств по диагностике и устранению проблем.
Core Principles
Problem-Centric Structure
troubleshooting_principles:
- principle: "Start with clear problem statements and symptoms"
reason: "Users need to quickly identify if guide applies to their issue"
- principle: "Use If-Then logic flows for decision trees"
reason: "Systematic elimination of possible causes"
- principle: "Organize solutions by likelihood and impact"
reason: "Try simple/common fixes first, escalate to complex"