smart
Installation
SKILL.md
smart - Disk Health & Diagnostics
The smart module provides an enhanced CLI for smartctl, enabling users to monitor disk health, access self-monitoring (SMART) data, and even leverage AI to interpret technical diagnostic results.
When to Activate
- When performing hardware health checks on local disks.
- When needing an interactive list of disk devices to choose from.
- When using Gemini to generate human-readable reports from technical SMART data.
- When searching for disk health documentation on smartmontools.com.
Core Principles & Rules
- Elevated Privileges: Automatically invokes
sudoif needed to access raw disk data. - AI Integration: Designed to pipe diagnostic output into
@geminifor simplified interpretation. - FZF Integration: Use the
--appmode for an interactive TUI selection.