System Diagnostics Skill
Use this skill when you need to understand the local system environment, debug environment-related issues, or gather system information.
When to Use
- •Debugging environment-specific issues
- •Understanding system capabilities
- •Checking available resources (memory, disk, etc.)
- •Verifying tool installations
Available Information
The system-info tool provides:
- •Operating System: OS type, version, architecture
- •Python Environment: Version, interpreter path, virtual env
- •Resource Availability: Memory, disk space
- •Environment Variables: Key config values
Best Practices
- •Check environment first: When debugging, start by gathering system info
- •Compare environments: Use this to identify differences between dev/prod
- •Document requirements: Use gathered info to document system requirements