error-discovery

Automate error analysis and data review on structured datasets.

211|19|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/shreyashankar/error-discovery-skill --skill error-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-discovery
Source: https://github.com/shreyashankar/error-discovery-skill/tree/main
Command: npx skills add https://github.com/shreyashankar/error-discovery-skill --skill error-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates error analysis on datasets, providing a visual interface to review and organize failure modes efficiently.

Core Features & Use Cases

  • Automated Error Analysis: Analyze errors in datasets and identify failure modes.
  • Visual Review App: Offers a user-friendly interface to visualize and review data.
  • Use Case: Use this Skill to analyze a dataset of LLM outputs and identify common failure modes, enhancing data quality and reliability.

Quick Start

Run the error-discovery skill on your dataset 'traces.jsonl' to automatically analyze errors and visualize the data.

Frequently Asked Questions about error-discovery

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

FAQPage Schema
How do I automate error analysis on a dataset of LLM outputs?

To automate error analysis on LLM outputs, run a Python HTTP server-based HTML app that processes structured datasets to identify failure modes. This provides an interactive interface to visualize and organize data quality issues efficiently.

What is the best way to visually review failure modes in structured datasets?

Visually reviewing failure modes is best done through an interactive HTML application served locally via Python. It allows you to cluster, visualize, and review errors within your datasets to spot patterns in AI output quality.

Do I need Python to run the error-discovery visual analysis app?

Yes, Python and standard libraries are required to operate the HTTP server and run the visual review app. The server hosts the HTML interface locally, enabling interactive clustering and visualization of your dataset.

Can I use this tool for data quality assurance on general structured datasets?

Yes, this tool supports data quality assurance on general structured datasets. While it applies to error identification in AI outputs, its automated clustering and visual review capabilities support broader dataset analysis and data review tasks.

Why does dataset analysis require clustering and visualization for error identification?

Dataset analysis requires clustering and visualization because grouping similar data points reveals underlying failure modes. Visualizing these clusters within an interactive HTML interface makes it easier to review and organize errors that manual inspection might miss.