errors

Aggregate and analyze errors from multiple discovery sources into structured reports.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-garden --skill errors-mikeparcewski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: errors
Source: https://github.com/mikeparcewski/wicked-garden/tree/main/skills/platform/errors
Command: npx skills add https://github.com/mikeparcewski/wicked-garden --skill errors-mikeparcewski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates and analyzes production error data from multiple tracking sources to quantify impact, identify top errors, and surface user-affecting patterns. It helps teams understand when and why errors spike, and guides remediation decisions. Note: this skill is not intended for general observability or latency tracing tasks; use platform/observability or platform:traces for those concerns.

Core Features & Use Cases

  • Aggregate errors from discovered tracking sources with pattern detection to surface actionable insights.
  • Correlate error activity with deployments and code changes to identify potential root causes.
  • Detect patterns such as error spikes, new vs recurring errors, and user clusters to prioritize investigation.
  • Provide an investigation path with root-cause hypotheses and recommended actions, enabling collaboration with engineering.

Quick Start

Initiate an error investigation across discovered sources and generate an Error Analysis Report.

Frequently Asked Questions about errors

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

FAQPage Schema
How do I aggregate errors across multiple services to identify root causes?

To aggregate cross-service errors for root-cause analysis, the Skill collects data from multiple discovery sources to quantify error rates, identify top types, and correlate spikes with deployments and code changes.

Can I correlate production error spikes with recent deployments and code changes?

Yes, you can correlate error spikes with deployments and code changes. The analysis detects patterns and matches error activity against recent deployments to identify potential root causes and guide remediation.

What is the best way to detect new versus recurring error patterns in production?

The best way to detect new versus recurring errors is using pattern detection across aggregated tracking sources. This surfaces actionable insights by identifying error spikes, cascades, and affected user clusters.

Does this error analysis approach work with my existing APM and logging tools?

Yes, it works with existing tools by implementing capability-based discovery across error-tracking, APM, and logging platforms to aggregate data and generate a structured error analysis output.

When should I not use this Skill for investigating application observability?

You should not use this Skill for general observability or latency tracing tasks. It is specifically designed for error analysis, incident impact quantification, and deployment correlation rather than overall system monitoring.

How do I generate an investigation path for affected user clusters during an incident?

To generate an investigation path for affected user clusters, initiate an error investigation across discovered sources. The Skill returns a structured report with root-cause hypotheses and recommended engineering actions.