log-triage

Analyze error logs to produce root-cause hypotheses and prioritized fix plans.

17|45|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill log-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-triage
Source: https://github.com/XSpoonAi/spoon-awesome-skill/tree/main/enterprise-skills/debugging/log-triage
Command: npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill log-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyzes raw CI/build/runtime error logs to generate a structured, action-oriented triage report that highlights likely root causes, a prioritized fix plan with concrete steps, and a verification checklist to validate remediation.

Core Features & Use Cases

  • Root-cause hypotheses ranked by confidence based on initial fatal errors
  • Prioritized fix plan with explicit commands and verification steps
  • Verification checklist to confirm fixes in local environments and CI pipelines
  • Applicable to CI failures, runtime crashes, and build issues across Node, Python, Rust, Solidity, and more

Quick Start

Provide the error log and context, and ask the agent to generate a triage report with a prioritized fix plan.

Frequently Asked Questions about log-triage

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

FAQPage Schema
How do I analyze error logs to find the root cause of a CI/CD failure?

To analyze error logs for root causes, parse the initial fatal errors to classify patterns and generate ranked hypotheses. This produces a structured triage report with a prioritized fix plan and verification checklist.

Can I generate a fix plan for runtime crashes across Node and Python?

Yes, you can generate a fix plan for runtime crashes across Node and Python. The analysis applies log pattern matching to classify errors and outputs concrete fix steps and remediation checks for these environments.

What is the best way to triage build errors in Rust and Solidity?

The best way to triage build errors in Rust and Solidity is to match log patterns against fatal errors. This yields root-cause hypotheses ranked by confidence and a structured fix plan with explicit commands.

Does the error triage process provide steps to verify the fix locally?

Yes, the error triage process provides steps to verify the fix locally. It outputs a verification checklist designed to confirm remediation in both local environments and CI pipelines.

How do I prioritize fixes when multiple root-cause hypotheses exist?

To prioritize fixes when multiple root-cause hypotheses exist, rank them by confidence based on initial fatal errors. The triage report then sequences the fix plan to address the most likely root causes first.