Generate Summary
Creates comprehensive, human-readable reports of log analysis results.Overview
This skill transforms structured analysis results (metrics, anomalies, hypotheses) into clear, actionable summaries for operators and developers. It uses templates to ensure consistent formatting and includes all relevant findings.When to Use
Use this skill when:- Results need to be communicated to humans
- Creating operational reports
- Preparing incident summaries
- Generating daily/weekly health reports
Directory Structure
Instructions
-
Receive analysis results: Accept outputs from
aggregate_logs,detect_anomalies, andhigh_hypothesis -
Load template: Read
templates/summary_template.md - Run summary generator: Execute report generation script
- Outputs: Return Markdown summary
-
Save summary: Write to
output/summary.md -
Pass to recommendations: Provide context to
recommend_actions
Input
Output
Report Sections
| Section | Description |
|---|---|
| Executive Summary | High-level overview of findings |
| Key Metrics | Important statistics and comparisons |
| Detected Anomalies | Detailed anomaly information |
| Possible Explanations | Root cause hypotheses |
| Service Breakdown | Per-service statistics |
| Top Error Signatures | Most frequent errors |
Related Skills
- Aggregate Logs - Provides metrics
- Detect Anomalies - Provides anomalies
- High Hypothesis - Provides hypotheses
- Recommend Actions - Uses summary context
