reports

Download, analyze, and search ESO Logs combat report data.

2|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill reports-eso-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reports
Source: https://github.com/ESO-Toolkit/eso-toolkit/tree/main/.github/skills/reports
Command: npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill reports-eso-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps debug production issues by providing tools to download, analyze, and search ESO Logs combat report data, streamlining the process of identifying and resolving log parsing or event processing errors.

Core Features & Use Cases

  • Download Report Data: Fetch all fights or specific fights from ESO Logs reports.
  • Analyze Data: Inspect downloaded JSON files for fight metadata, event details, and actor information.
  • Search Events: Filter and search through various event types (damage, healing, buffs, etc.) to pinpoint specific occurrences.
  • Compare Fights: Analyze differences between two fights by comparing event counts and unique abilities.
  • Use Case: When a player reports a specific ability not working as expected, use this Skill to download the relevant combat log, search for cast events of that ability, and examine associated buff/debuff uptimes to diagnose the issue.

Quick Start

Download all fights for report code '3gjVGWB2dxCL8XAw' and then check the downloaded files for fight 32.

Frequently Asked Questions about reports

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug ESO Logs combat report parsing issues?

To debug ESO Logs combat report parsing issues, you can download report data, inspect JSON metadata, and search event details to pinpoint log parsing or event processing errors.

How do I download and analyze specific fights from an ESO Logs report?

You can download all fights or specific fights from an ESO Logs report code, then inspect the downloaded JSON files to analyze fight metadata, event details, and actor information.

Can I search for specific combat events like damage or healing in ESO Logs?

Yes, you can filter and search through various ESO Logs event types including damage, healing, and buffs to pinpoint specific combat occurrences and diagnose ability issues.

What tools do I need to run ESO Logs combat data analysis scripts?

You need PowerShell and tsx installed in your environment to execute the scripts required for downloading, searching, and manipulating ESO Logs combat report data.

How can I compare event counts and unique abilities between two ESO Logs fights?

You can compare two fights by analyzing differences in event counts and unique abilities, enabling you to identify discrepancies in combat mechanics and troubleshoot reported issues.

What is the best way to diagnose a specific ability not working in ESO Logs?

Download the relevant combat log, search for cast events of that ability, and examine associated buff or debuff uptimes to diagnose the specific ability issue.