error-detector

Classify CI, deployment, or health check errors by type, scope, agent, and urgency.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jimmymalhan/codereview-pilot --skill error-detector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-detector
Source: https://github.com/jimmymalhan/codereview-pilot/tree/main/.claude/skills/error-detector
Command: npx skills add https://github.com/jimmymalhan/codereview-pilot --skill error-detector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically classifies errors detected in CI/deployments or health checks, ensuring they are routed to the appropriate agent for resolution.

Core Features & Use Cases

  • Error Classification: Identifies the type (test, build, deploy, etc.) and scope (single file, config, etc.) of an error.
  • Agent Routing: Determines the correct agent (e.g., FixAgent, RebaseResolver) responsible for fixing the error.
  • Urgency Assessment: Assigns an urgency level (critical, high, medium, low) based on the error's impact.
  • Use Case: When a CI build fails, this Skill analyzes the output, determines it's a 'build' error affecting 'multiple_files' with 'high' urgency, and routes it to the 'FixAgent'.

Quick Start

Use the error-detector skill to classify the provided CI output.

Frequently Asked Questions about error-detector

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

FAQPage Schema
How do I automatically classify CI build failures and route them to the correct agent?

To classify CI build failures, provide structured error output detailing the source and context. The skill identifies the error type, scope, and urgency, then routes the issue to a specialized fix agent for resolution.

What types of deployment errors can be classified and routed for automated resolution?

Deployment errors, along with CI and health check failures, can be classified by type and scope. The skill assesses urgency and routes deployment failures to specialized agents like FixAgent or RebaseResolver.

How do I determine the urgency level of a health check failure?

To determine the urgency of a health check failure, the skill analyzes the error's impact and assigns an urgency rating of critical, high, medium, or low. This requires structured input detailing the error context.

Does the error classification process require structured input for accurate routing?

Yes, accurate error classification and routing requires structured input detailing the error source and context. Without structured CI, deployment, or health check data, the skill cannot determine the type, scope, or responsible agent.

Can I use this to route multi-file build errors to a specific resolution agent?

Yes, you can route multi-file build errors by providing the CI output. The skill classifies the scope as affecting multiple files, assigns urgency, and routes it to the appropriate agent, such as FixAgent, for resolution.