exa-advanced-troubleshooting
Installation
SKILL.md
Exa Advanced Troubleshooting
Overview
Deep debugging techniques for complex Exa issues that resist standard troubleshooting.
Prerequisites
- Access to production logs and metrics
- kubectl access to clusters
- Network capture tools available
- Understanding of distributed tracing
Evidence Collection Framework
Comprehensive Debug Bundle
#!/bin/bash
set -euo pipefail
# advanced-exa-debug.sh
BUNDLE="exa-advanced-debug-$(date +%Y%m%d-%H%M%S)"
Related skills