What problem does it solve?
Sap-dev teams generate JSONL logs that are large and hard to interpret manually. This skill provides automated summarization of per-skill activity, success/failure rates, duration statistics, error_class trends, and recent failures to accelerate diagnosis and improvement.
Core Features & Use Cases
- Resolve log_dir from sap-dev-core/settings.json and locate the configured logs for the workspace.
- Parse JSONL log lines, aggregate per-skill metrics (runs, statuses, durations, error_class), and filter by optional criteria.
- Produce a four-section stdout report: Overall, Per-skill summary, Top error_class, and Recent FAILED runs, with optional builds-mode KPI reconstruction via --builds.
- Supports --since, --skill, --status, --top, and --csv to tailor and export results.
Quick Start
Run the sap-log-analyze skill against the local sap-dev logs to generate a per-skill activity report and error insights.