This skill makes an AI agent run error analysis on a dataset. Point it at a JSONL/CSV/JSON file of LLM outputs or traces, and it:
개요
This skill makes an AI agent run error analysis on a dataset. Point it at a JSONL/CSV/JSON file of LLM outputs or traces, and it:
README
Error discovery skill
This skill makes an AI agent run error analysis on a dataset. Point it at a JSONL/CSV/JSON file of LLM outputs or traces, and it:
- Reads the dataset and figures out the content type (articles, agent traces, code, structured output, etc.).
- Designs visual encoding based on what varies in the data. Uses Gestalt principles (color for categories, spacing for hierarchy, opacity for importance).
- Builds a single-file HTML review app served by a Python stdlib server. No dependencies.
- Clusters the data and picks a diverse initial sample (cluster reps + random picks).
- Runs an interactive loop: monitors annotations, categorizes failure modes, proposes new samples to increase coverage.
You read and leave free-text notes. The agent sorts them into failure modes, tracks coverage, and picks new samples to fill gaps.
The full instructions are in SKILL.md.
How to use it
SKILL.md is a plain markdown file. Any agent that can read a file can follow
it.
- Claude Code reads skills from
~/.claude/skills. Clone the repo into a folder namederror-discovery:
git clone https://github.com/shreyashankar/error-discovery-skill ~/.claude/skills/error-discovery
- Other agents can use the rules too. Paste the contents of
SKILL.mdinto whatever instructions that agent reads.
Then point the agent at a dataset:
Can you help me do error analysis on traces.jsonl?
추천 도구
다른 키워드를 입력하거나 필터를 제거해 보세요.
설치
npx skillfish add shreyashankar/error-discovery-skill