dart-log-failure-parser

Parse Dart and Flutter test logs to detect and summarize failure patterns.

178k|30.9k|Updated Mar 6, 2015
One-click install
npx skills add https://github.com/flutter/flutter --skill dart-log-failure-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dart-log-failure-parser
Source: https://github.com/flutter/flutter/tree/main/.agents/skills/dart-log-failure-parser
Command: npx skills add https://github.com/flutter/flutter --skill dart-log-failure-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parse failures from Dart and Flutter test logs, extracting actionable details to speed debugging and triage.

Core Features & Use Cases

  • Analyze raw log output for failure details across Dart/Flutter test runs.
  • Detect common failure patterns such as error blocks, Task result JSON, and lists of failing tests.
  • Use cases include CI pipelines, local debugging, and automated triage for Flutter apps with large test suites.

Quick Start

Run the parser on a Dart/Flutter test log to extract structured failure details and patterns.

Frequently Asked Questions about dart-log-failure-parser

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

FAQPage Schema
How do I parse Flutter test failures from CI logs?

Parsing Dart test failures involves analyzing raw test output to detect error blocks, Task result JSON, and lists of failing tests. The parser extracts these patterns to provide structured, actionable summaries for faster debugging and triage.

What is the best way to extract Dart test error details for automated triage?

The best way to extract Dart test error details for automated triage is using a failure parser that identifies common failure patterns in logs and outputs structured results for downstream tooling.

Can I use a log parser for large Flutter test suites in local development?

Yes, you can use a log parser for large Flutter test suites in local development. It analyzes raw log output from test runs to detect failure patterns, applicable across CI pipelines and local debugging environments.

Does the Dart failure parser detect Task result JSON from test logs?

Yes, the Dart failure parser detects Task result JSON. It analyzes raw log output to identify common failure patterns including error blocks, Task result JSON, and lists of failing tests to summarize actionable details.

Do I need any dependencies to parse Dart and Flutter test logs?

No, you do not need any dependencies to parse Dart and Flutter test logs. The parser operates independently to analyze raw output and extract structured failure details without requiring external components.