بنقرة واحدة
incidentio
incident.io integration for listing incidents, investigating details, and reviewing timelines during RCA
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
incident.io integration for listing incidents, investigating details, and reviewing timelines during RCA
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
| name | incidentio |
| id | incidentio |
| description | incident.io integration for listing incidents, investigating details, and reviewing timelines during RCA |
| category | incident_management |
| connection_check | {"method":"is_connected_function","module":"chat.backend.agent.tools.incidentio_tool","function":"is_incidentio_connected"} |
| tools | ["list_incidentio_incidents","get_incidentio_incident","get_incidentio_timeline"] |
| index | Incident management -- list incidents, get details, review timeline |
| rca_priority | 2 |
| allowed-tools | list_incidentio_incidents, get_incidentio_incident, get_incidentio_timeline |
| metadata | {"author":"aurora","version":"1.0"} |
incident.io integration for investigating incidents during Root Cause Analysis. Provides access to incident details, severity, roles, custom fields, and timeline events.
list_incidentio_incidents() -- Find recent or related incidents. Filter by status or severity.get_incidentio_incident(incident_id='X') -- Get full details including roles, custom fields, and duration.get_incidentio_timeline(incident_id='X') -- See the sequence of events, status changes, and human updates.list_incidentio_incidents(status='closed', page_size=10) to check for recurring issues.get_incidentio_incident(incident_id='...') for severity, responders, and custom fields.get_incidentio_timeline(incident_id='...') to see what actions were taken and when.Step 1 -- Context gathering:
list_incidentio_incidents(status='live') -- See what's currently happening.
Step 2 -- Incident details:
get_incidentio_incident(incident_id='...') -- Understand severity, who's responding, and what services are affected.
Step 3 -- Timeline analysis:
get_incidentio_timeline(incident_id='...') -- Reconstruct the sequence of events to find the trigger point.
Step 4 -- Pattern matching:
list_incidentio_incidents(status='closed', page_size=25) -- Check if similar incidents happened before.
Step 5 -- Cross-correlate: After incident.io analysis, correlate with infrastructure data from other connected tools (logs, metrics, deployments).
list_incidentio_incidents to understand the landscape before diving into specifics.