WorkBuddy Intelligent Diagnostic Assistant
Paste the following prompt into your AI chat to install this skill:
Please install @user_73de2035/workbuddy-diagnobuddy according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem It Solves
When WorkBuddy throws errors, freezes, loses connectivity, or fails to run tasks, engineers often have to inspect proxy, connectors, logs, network, and client state manually. This skill turns that troubleshooting path into a concrete diagnostic workflow: identify the most likely failing layer first, then provide one repair action instead of a long list of guesses.
How It Works
- One-click diagnostics: run
scripts/smart_diagnose.pyto scan127.0.0.1:51103, connectors, logs, network, and client detection results. - Pattern matching: compare findings against
PATTERN_DBand output the most likely root cause by priority:PS0 > PS1 > PS2. - Symptom input: when logs are unclear, pass
--symptom "white screen"to cover colloquial failure descriptions. - Machine-readable output:
--jsoncan write structured results to a temp file or custom path for automation. - Feedback handoff: when no known pattern matches, generate an official feedback draft and suggest loading
workbuddy-guidefor deeper investigation.
Boundaries and Notes
This skill is read-only: it inspects local ~/.workbuddy configuration and logs but does not modify settings, delete files, or restart services. It diagnoses the current local environment only and is intended to restore basic usability, not to replace root-cause analysis. If the WorkBuddy proxy is not running, no response on 127.0.0.1:51103 is expected and reported as a proxy issue. Review the generated feedback draft before submitting it to avoid misleading official support.
Use Cases
- When WorkBuddy fails to connect or shows a blank screen, run the diagnostic script to isolate proxy, connector, or network issues.
- When logs are noisy, pass a colloquial symptom such as frozen or unable to log in to get the most likely root cause and fix.
- After troubleshooting continues, copy the generated official feedback draft, verify it, and submit it to reduce repeated descriptions.
- When automating checks, use --json to write structured results for scripts to read status, priority, and action type.
Best For
- IT support engineers maintaining WorkBuddy environments who need to quickly isolate local proxy, connector, or network failures.
- Business users encountering blank screens, freezes, or failed tasks who need to turn symptoms into a defensible troubleshooting conclusion.
- Ops developers building automated checks who need structured diagnostic output and clear health versus unrecognized anomaly states.
- End users submitting complex WorkBuddy issues who need an auto-summarized symptom report to reduce missing key log clues.
Related Skills
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.
A log analysis tool combining deterministic rules and AI reasoning, with error severity levels, keyword filtering, real-time monitoring, webhook alerts, batch directory analysis, and path, SSRF, and XSS protections.
A WCAG 2.2 accessibility audit and remediation guide covering scans, manual checks, issue mapping, and retesting records.