parse-error-logs

Parse TypeScript, Jest, npm/pnpm, and build outputs into structured JSON errors.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ronmikailov/site-360 --skill parse-error-logs-ronmikailov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parse-error-logs
Source: https://github.com/ronmikailov/site-360/tree/main/.claude/skills/parse-error-logs
Command: npx skills add https://github.com/ronmikailov/site-360 --skill parse-error-logs-ronmikailov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill converts raw command outputs from build, test, and validation tools into a structured, machine-readable data format to accelerate debugging and quality enforcement.

Core Features & Use Cases

  • Error extraction: parse TypeScript, Jest, npm/pnpm, and build outputs into structured errors containing file, line, column, code, message, and severity.
  • Summarization & QA: categorize errors by type and produce counts for quick triage in CI dashboards.
  • Use Case: after a CI run, feed the structured data to bug-fix automation or triage workflows to speed up remediation.

Quick Start

Provide raw tool output and specify the type (typescript, jest, npm, build) to receive a structured JSON report.

Frequently Asked Questions about parse-error-logs

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

FAQPage Schema
How do I parse TypeScript build errors into structured JSON data?

Parsing TypeScript build errors into structured JSON requires extracting file, line, column, code, message, and severity from raw command outputs. This Skill structures outputs into a consistent JSON schema for CI dashboards and bug-fix pipelines.

Can I extract Jest test failures into a machine-readable format for CI pipelines?

Extracting Jest test failures into a machine-readable format is possible by processing raw test outputs. The Skill categorizes error types and produces summary counts to accelerate triage and remediation in CI pipelines.

What is the best way to summarize npm or pnpm build errors for triage?

Summarizing npm or pnpm build errors for triage is best achieved by converting raw tool outputs into structured error data. The Skill categorizes errors by type and produces counts for quick identification in CI dashboards.

How do I automate bug-fix workflows from raw command line outputs?

Automating bug-fix workflows from raw command line outputs requires a production-ready report with extracted file, line, and message details. The Skill provides this structured JSON data to feed directly into downstream remediation pipelines.

Does this error log parser work with local verification outputs and CI runs?

This error log parser works with both local verification outputs and CI runs. You provide the raw tool output and specify the type, such as TypeScript or Jest, to receive a structured JSON report suitable for dashboards.