emergency-rescue

Diagnose and recover developer systems from operational emergencies with verification steps.

2|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/albertdobmeyer/opentrapp --skill emergency-rescue-albertdobmeyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emergency-rescue
Source: https://github.com/albertdobmeyer/opentrapp/tree/main/workloads/skills/skills/emergency-rescue
Command: npx skills add https://github.com/albertdobmeyer/opentrapp --skill emergency-rescue-albertdobmeyer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you recover from common development emergencies such as broken git history, leaked secrets, disk exhaustion, failed deployments, stuck processes, database mistakes, and access lockouts.

Core Features & Use Cases

  • Incident triage: Quickly identify the likely cause across git, disk, process, database, network, and deployment failures.
  • Safe recovery steps: Follow calm, step-by-step fixes that prefer reversible actions and safer alternatives first.
  • Verification and prevention: Confirm the system is healthy again and apply preventive habits like reflog recovery, secret rotation, and rollback discipline.
  • Use case: A developer can use this Skill after a bad rebase, a failed migration, or an expired certificate to restore service without improvising under pressure.

Quick Start

Ask the skill to diagnose your emergency, recommend the safest recovery path, and explain how to verify that the fix worked.

Frequently Asked Questions about emergency-rescue

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

FAQPage Schema
How do I recover lost git commits after a bad rebase or force push?

Lost git commits can be recovered by diagnosing the repository history and applying reversible reflog recovery steps. The Skill traces the broken history, identifies the safest restoration path, and verifies the repository state is healthy again.

What is the safest way to rollback a failed database migration or deployment?

Safe rollback of failed deployments starts with calm, step-by-step reversible actions rather than destructive commands. The Skill provides rollback guidance for infrastructure changes, prioritizing safer defaults and cleanup actions to restore service accurately.

How do I fix disk exhaustion or stuck processes during a development incident?

Disk exhaustion and stuck processes are fixed through structured incident triage across storage and system failures. The Skill diagnoses the operational emergency, applies low-risk cleanup actions, and runs prevention checks to avoid recurrence.

Can I rotate leaked secrets and restore SSH access after a lockout?

Leaked secrets and SSH lockouts are handled through guided recovery procedures for access restoration. The Skill diagnoses blocked access, recommends safer alternatives for credential rotation, and verifies connectivity is fully restored.

What's the best way to diagnose a broken container or network failure during incident response?

Diagnosing container and network failures requires quick incident triage across deployment and infrastructure layers. The Skill identifies the likely cause, applies diagnose-fix-verify procedures, and confirms system health through prevention checks.