incident-classifier

Classify errors and incidents by type, severity, and remediation steps.

12|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ApiliumCode/mayros --skill incident-classifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-classifier
Source: https://github.com/ApiliumCode/mayros/tree/main/skills/official/incident-classifier
Command: npx skills add https://github.com/ApiliumCode/mayros --skill incident-classifier

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the classification of errors and incidents, assigning them a type and severity level to streamline incident response.

Core Features & Use Cases

  • Automated Classification: Identifies incident types (e.g., validation, authentication, outage) and assigns severity (P0-P4).
  • Pattern Recognition: Analyzes error messages and HTTP status codes for common failure patterns.
  • Use Case: When a new error log appears in your system, this Skill can automatically determine if it's a critical P0 outage or a lower-priority P3 validation error, allowing your team to focus on the most urgent issues first.

Quick Start

Use the incident-classifier skill to analyze the latest error log entry.

Frequently Asked Questions about incident-classifier

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

FAQPage Schema
How do I classify error severity from HTTP status codes and log patterns?

Classifying error severity from HTTP status codes involves analyzing patterns like 400-504 responses and common failures to assign priority levels. This skill identifies incident types including timeouts, authentication failures, and rate limits to determine P0-P4 severity ratings.

What is the best way to automate incident prioritization for outages and deadlocks?

Automating incident prioritization for outages and deadlocks uses pattern recognition on error messages to assign severity levels. This approach evaluates failure types such as out-of-memory and disk space problems to distinguish critical P0 incidents from lower-priority P3 validation errors.

Can I use this incident classifier for troubleshooting network errors and rate limits?

You can use incident classification for troubleshooting network errors and rate limits by analyzing HTTP status codes and error patterns. The classifier recognizes specific failure signatures including rate limits and network errors to provide remediation guidance.

How do I get remediation steps after classifying incident types?

Getting remediation steps after classifying incident types requires analyzing the recognized error patterns and HTTP status codes. The classifier asserts critical findings with an incident:classified tag and provides guidance for resolving timeouts, validation issues, and authentication failures.

Does automated error classification work without external dependencies?

Automated error classification works without external dependencies by using internal scripts and reference components. The skill analyzes HTTP status codes and error patterns independently to assess incident severity and identify failure types.