log-forensics
Installation
SKILL.md
Log Forensics
Extract insights and trace issues through application logs.
When to Use
- Investigating production incidents
- Tracing request flows across services
- Finding the root cause of failures
- Analyzing system behavior over time
- Correlating events across components
Log Structure
Standardized Log Format
interface StructuredLog {
timestamp: string; // ISO 8601
Related skills