error-triage

Parse error logs and stack traces to diagnose root causes and suggest fixes.

22|4|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/weisser-dev/awesome-opencode --skill error-triage-weisser-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-triage
Source: https://github.com/weisser-dev/awesome-opencode/tree/main/cli-tool/templates/skills/error-triage
Command: npx skills add https://github.com/weisser-dev/awesome-opencode --skill error-triage-weisser-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of understanding and resolving errors in code, providing a clear path to fixing issues efficiently.

Core Features & Use Cases

  • Error Parsing: Analyze stack traces and error logs to identify the root cause.
  • Code Locating: Pinpoint the relevant source code files and lines.
  • Severity Classification: Assess the severity and blast radius of errors.
  • Fix Suggestions: Offer concrete remediation steps with code examples.
  • Use Case: When you encounter a production error, use this Skill to quickly diagnose the issue and implement a fix.

Quick Start

Run the error-triage skill on your error log file 'error.log'.

Frequently Asked Questions about error-triage

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

FAQPage Schema
How do I diagnose the root cause of an error from a stack trace?

To diagnose the root cause of an error from a stack trace, you parse the stack frames to pinpoint the exact source code files and lines triggering the failure, identifying the underlying issue.

What is the best way to classify the severity of production errors?

The best way to classify the severity of production errors is to analyze the error logs and stack traces to assess the blast radius. This skill evaluates the impact to categorize the severity accurately.

Can I use this error diagnosis skill with OpenCode's error handling framework?

Yes, you can use this error diagnosis skill with OpenCode's error handling framework. The skill is explicitly compatible with OpenCode's framework to parse error messages and stack frames effectively.

How do I get concrete fix suggestions for code debugging failures?

To get concrete fix suggestions for code debugging failures, the skill analyzes error logs and stack traces to locate the source code and then offers specific remediation steps with code examples.

Does error triage work on a raw error log file?

Yes, error triage works on a raw error log file. You can run the skill directly on your error log file, such as 'error.log', to quickly diagnose the issue and implement a fix.