analyzing-logs

Parse Robot Framework XML and HTML logs to classify failures by type.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/dogkeeper886/ai-qa-workflow --skill analyzing-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-logs
Source: https://github.com/dogkeeper886/ai-qa-workflow/tree/main/skills/analyzing-logs
Command: npx skills add https://github.com/dogkeeper886/ai-qa-workflow --skill analyzing-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Robot Framework tests can produce verbose logs that make it hard to identify root causes of failures. This skill analyzes logs, groups failures by type, and surfaces actionable fixes to speed triage and repair.

Core Features & Use Cases

  • Identify failing test names, statuses, and messages from Robot Framework outputs.
  • Group failures by type (connection, assertion, setup, element not found) and propose root causes and fixes.
  • Produce a structured report that can be shared with developers and QA teams, with recommendations for remediation.

Quick Start

Run the tool against your Robot Framework results directory to generate a failure analysis report.

Frequently Asked Questions about analyzing-logs

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

FAQPage Schema
How do I analyze Robot Framework test logs for root causes?

Robot Framework log analysis works by parsing XML or HTML outputs to extract failing test names, statuses, and messages, then grouping failures by type to generate a structured report with suggested fixes.

Can I analyze multiple Robot Framework test suites and runs at once?

Yes, you can analyze multiple test suites and runs at once by pointing the log analysis tool at a directory containing your Robot Framework results, which aggregates failures across all included suites and runs into a single report.

What types of Robot Framework failures can be grouped and classified?

Robot Framework failures are grouped by type, including connection failures, assertion failures, setup errors, and element not found errors, to propose targeted root causes and remediations.

Does Robot Framework failure analysis work on both XML and HTML logs?

Robot Framework failure analysis works on XML, HTML logs, and directories containing results, parsing the outputs to surface actionable fixes and speed up triage and repair.

What is the best way to triage verbose Robot Framework test failures?

The best way to triage verbose Robot Framework test failures is to parse the logs to identify failing tests, group them by failure type, and export a structured report with recommended fixes for developers and QA teams.