build-report

Analyze Node.js build outputs and generate structured Markdown reports.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/jrodrigopuca/skills --skill build-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-report
Source: https://github.com/jrodrigopuca/skills/tree/main/build-report
Command: npx skills add https://github.com/jrodrigopuca/skills --skill build-report

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms raw, often overwhelming, build outputs into clear, actionable reports, helping developers quickly understand and fix build failures.

Core Features & Use Cases

  • Structured Reporting: Generates organized Markdown reports from build logs.
  • Error Grouping & Prioritization: Identifies patterns, root causes, and prioritizes issues based on impact.
  • Documentation Linking: Directs users to official documentation for solutions.
  • Use Case: After a CI build fails, feed the output to this Skill to get a concise report highlighting the top 3 critical errors, their potential root causes, and links to relevant TypeScript or Webpack documentation.

Quick Start

Analyze the provided build output and generate a structured report.

Frequently Asked Questions about build-report

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

FAQPage Schema
How do I analyze Node.js build errors from TypeScript and Webpack outputs?

To analyze Node.js build errors, feed raw TypeScript, ESLint, Webpack, or Vite outputs into a parser that generates structured Markdown reports. This highlights critical errors, identifies root causes, and links to official documentation for quick triage.

What is the best way to group and prioritize build failures in CI/CD pipelines?

The best way to group and prioritize build failures is to process CI/CD logs through an error analysis tool that groups patterns and prioritizes issues by impact. This generates a concise report highlighting the most critical errors and their potential root causes.

Can I generate a Markdown report from Vite build logs?

Yes, you can generate a structured Markdown report from Vite build logs. The analysis tool parses the raw output, groups errors by pattern, identifies root causes, and documents them with links to official Vite or TypeScript documentation.

How does actionable error analysis work for TypeScript debugging?

Actionable error analysis for TypeScript debugging works by parsing raw compiler outputs to identify error patterns and root causes. It then maps these errors to official TypeScript documentation, providing prioritized steps to resolve the build failures.

Does this build report tool work with ESLint outputs?

Yes, this build report tool works with ESLint outputs alongside TypeScript, Webpack, and Vite. It analyzes linting errors, groups them by pattern, prioritizes them based on impact, and generates a structured report to accelerate error triage.