computer-diagnosis
Comprehensive computer diagnosis and troubleshooting. Use this skill when a user reports issues with their computer (e.g., "my computer is slow", "it's freezing", "loud fan noise", "no disk space") to analyze system metrics (CPU, RAM, Disk, Network) across macOS, Windows, and Linux, and generate a d…
Install / Use
npx skills add fritzprix/libr-agentInstalls into whichever agent you are using.
Gemini Rules
Gemini CLI config
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubname: computer-diagnosis description: Comprehensive computer diagnosis and troubleshooting. Use this skill when a user reports issues with their computer (e.g., "my computer is slow", "it's freezing", "loud fan noise", "no disk space") to analyze system metrics (CPU, RAM, Disk, Network) across macOS, Windows, and Linux, and generate a detailed report with actionable recommendations.
Computer Diagnosis Skill
This skill allows Claude to act as a technical support assistant. It gathers system information using Python's psutil library (making it cross-platform), analyzes the metrics for common issues, and provides a structured report.
Workflow
-
Information Gathering: When a user reports an issue, execute the data collection script to snapshot the current system state.
python scripts/collect_info.py > sys_info.json -
Data Analysis: Use the analysis script to parse the collected JSON and identify critical issues (high CPU/Memory, full disks).
python scripts/analyze_info.py sys_info.json > analysis_result.json -
Report Generation: Read both
sys_info.jsonandanalysis_result.json. Present the findings to the user using the template found inassets/report_template.md.
Reference Materials
- Symptoms Guide: See
references/symptoms.mdto map user descriptions to specific metrics.
Notes
- The scripts rely on
psutil. If it's missing, you may need to install it (pip install psutil). - Ensure you have permission to read system states. Some disk partitions or network interfaces might throw
PermissionError, which the script handles by skipping them. - Always provide actionable recommendations alongside the raw data. Users want to know how to fix the problem.
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Sep 15, 2026
