em-error-tracker

Identify Equipment Manager errors from Datadog and summarize prioritized reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill em-error-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: em-error-tracker
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/em-error-tracker
Command: npx skills add https://github.com/aiguy611/cc-tools --skill em-error-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses Equipment Manager errors from the dedicated Datadog error-tracking dashboard, explores the codebase for root causes, and optionally creates PRs for trivial fixes.

Core Features & Use Cases

  • Query the Equipment Manager error-tracking dashboard to surface active issues within a configurable time window.
  • Parallelize exploration across errors to identify root causes and actionable fixes.
  • Auto-create PRs for trivial fixes and integrate with GitHub via gh-cli.

Quick Start

Immediately start by requesting the diagnosis of the most recent EM errors in prod for the last 24 hours.

Frequently Asked Questions about em-error-tracker

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

FAQPage Schema
How do I diagnose Equipment Manager errors directly from Datadog?

You diagnose Equipment Manager errors by querying the Datadog dashboard within a configurable time window to surface active issues, explore the codebase for root causes, and generate a prioritized summary report.

Can I automatically create pull requests for trivial code fixes?

Yes, you can automatically create pull requests for trivial fixes. The tool explores the codebase to identify root causes and integrates with GitHub via gh-cli to submit automated PRs when the fix_mode is enabled.

How do I customize Datadog error tracking for specific environments?

You customize Datadog error tracking by providing optional inputs like time_period, env, and fix_mode to tailor the analysis, yielding a prioritized error_summary and root_cause_map for that specific context.

What is included in the Datadog error diagnostic report?

The Datadog error diagnostic report includes an error_summary, error_breakdown, root_cause_map, and fix_recommendations. It also provides a pr_url if automated pull requests are generated for trivial fixes.

Does the Datadog error diagnosis tool work without external dependencies?

The Datadog error diagnosis tool operates independently but requires the gh-cli integration to automatically create pull requests for trivial fixes directly within your GitHub repository workflow.