maintainx-incident-runbook

Featured

Manage incident response for MaintainX integration failures. Use when experiencing outages, investigating issues, or responding to MaintainX integration incidents. Trigger with phrases like "maintainx incident", "maintainx outage", "maintainx down", "maintainx emergency", "maintainx runbook".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# MaintainX Incident Runbook ## Overview Step-by-step procedures for responding to MaintainX integration incidents, from detection through resolution and post-mortem. ## Prerequisites - Access to monitoring dashboards - MaintainX admin API credentials - On-call contact list ## Severity Classification | Severity | Definition | Response Time | |----------|-----------|---------------| | **SEV-1** | Complete integration failure, no work orders processing | 15 min | | **SEV-2** | Partial failure, some endpoints degraded | 1 hour | | **SEV-3** | Performance degradation, slow responses | 4 hours | | **SEV-4** | Non-critical feature broken, workaround available | Next business day | ## Instructions ### Step 1: Immediate Triage (First 5 Minutes) ```bash #!/bin/bash echo "=== MaintainX Incident Triage ===" echo "Time: $(date -u)" # Check MaintainX API status echo -e "\n--- API Health ---" for endpoint in users workorders assets locations; do CODE=$(curl -s -o /dev/null -w "%{http_code}" \ "https://api.getmaintainx.com/v1/$endpoint?limit=1" \ -H "Authorization: Bearer $MAINTAINX_API_KEY") echo " /$endpoint: HTTP $CODE" done # Check your integration service echo -e "\n--- Integration Service ---" curl -s http://localhost:3000/health | jq . 2>/dev/null || echo " Service unreachable" # Check recent error logs echo -e "\n--- Recent Errors (last 10 min) ---" # Adjust for your log system: # journalctl -u maintainx-sync --since "10 min ago" --no-pager | grep -i error | ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

intercom-incident-runbook

Execute Intercom incident response procedures with triage, mitigation, and postmortem. Use when responding to Intercom API outages, investigating integration errors, or running post-incident reviews for Intercom failures. Trigger with phrases like "intercom incident", "intercom outage", "intercom down", "intercom on-call", "intercom emergency", "intercom broken".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-incident-runbook

Apollo.io incident response procedures. Use when handling Apollo outages, debugging production issues, or responding to integration failures. Trigger with phrases like "apollo incident", "apollo outage", "apollo down", "apollo production issue", "apollo emergency".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-incident-runbook

Manage incident response for Documenso integration issues. Use when diagnosing production incidents, handling outages, or responding to Documenso service disruptions. Trigger with phrases like "documenso incident", "documenso outage", "documenso down", "documenso troubleshooting".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clerk-incident-runbook

Manage incident response for Clerk authentication issues. Use when handling auth outages, security incidents, or production authentication problems. Trigger with phrases like "clerk incident", "clerk outage", "clerk down", "auth not working", "clerk emergency".

2,266 Updated today
jeremylongshore
AI & Automation Featured

replit-incident-runbook

Execute Replit incident response: triage deployment failures, database issues, and platform outages. Use when responding to Replit-related outages, investigating deployment crashes, or running post-incident reviews for Replit app failures. Trigger with phrases like "replit incident", "replit outage", "replit down", "replit emergency", "replit broken", "replit crash".

2,266 Updated today
jeremylongshore