incidents-to-agent

Analyze recurring incident failures to propose candidate agent roles.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/JayJihyunKim/rein --skill incidents-to-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incidents-to-agent
Source: https://github.com/JayJihyunKim/rein/tree/main/plugins/rein-core/skills/incidents-to-agent
Command: npx skills add https://github.com/JayJihyunKim/rein --skill incidents-to-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

반복적인 실패 패턴이 규칙으로 해결되지 않을 때, 새로운 에이전트 후보를 제안하고 승격 프로세스를 자동화하는 기능입니다.

Core Features & Use Cases

  • 반복 실패 패턴 분석 및 후보 식별: 트리거 및 조건에 따라 후보를 생성합니다.
  • 의사결정 흐름 관리: batch AskUserQuestion 및 decision 반영으로 후보를 처리합니다.
  • 검증 및 정리: 승인된 후보는 관련 인덱스에 반영하고 원본 파일 정리를 수행합니다.

Quick Start

Run this skill to analyze recurring incidents and generate a candidate agent when criteria are met.

Frequently Asked Questions about incidents-to-agent

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

FAQPage Schema
How do I automate incident analysis to propose new AI agent candidates?

Recurring incident failures trigger new agent candidate generation when three or more self-review failures occur within the same task type. The system applies filters based on agent eligibility and ensures no existing pending decisions before producing stubs.

When should I escalate recurring incidents to create a new agent candidate?

Escalation to create a new agent candidate is triggered when three or more self-review failures occur within the same task type. The workflow applies agent eligibility filters and verifies no pending decisions exist before producing candidate stubs.

Does the incident-to-agent workflow support both automatic and manual triggers?

The workflow supports both automatic and manual triggers for escalation. It processes incident trails to generate agent candidates via Python scripts, implementing cleanup actions upon candidate approval or decline.

How do I manage the decision flow for agent candidates proposed from incident analysis?

Decision flow management for proposed agent candidates uses batch AskUserQuestion interactions to reflect decisions. Upon approval, the system updates related indexes and performs file cleanup; upon decline, it removes the generated stubs.

What are the limitations of using incident trails for agent candidate generation?

Agent candidate generation from incident trails requires three or more self-review failures within the same task type. It enforces an agent eligibility filter and ensures no existing pending decisions are present before generating new candidate stubs.