emergency-rescue

Diagnose and recover from Git, credential, disk, deploy, and SSH incidents.

1|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gitgoodordietrying/moltbook-app --skill emergency-rescue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emergency-rescue
Source: https://github.com/gitgoodordietrying/moltbook-app/tree/main/skills/emergency-rescue
Command: npx skills add https://github.com/gitgoodordietrying/moltbook-app --skill emergency-rescue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a practical, non-destructive framework to recover from critical developer disasters and restore productivity quickly.

Core Features & Use Cases

  • Diagnose and recover from common incidents using a structured pattern: diagnose → fix → verify.
  • Covers Git disasters (force-pushes, lost commits), credential exposure, disk-space emergencies, unresponsive services, failed deployments, and access issues (SSH lockout).
  • Real-world workflow: when main history is damaged, follow a safe revert or rollback path, verify system state, and restore normal operation without risking further damage.

Quick Start

To begin, select a scenario (e.g., force-pushed to main) and follow the guided steps in order: diagnose the problem, apply the safe fixes, then verify that the system is healthy.

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 commits after a force push to main?

Recover lost commits after a force push by following a structured diagnose, fix, and verify pattern that guides you through safe scripted remediation steps to restore repository history without risking further damage.

What is the safest way to respond to a Git incident or failed deployment?

The safest Git incident response uses a non-destructive framework that diagnoses the problem, applies safe fixes incrementally, flags any destructive steps, and verifies system health to ensure complete and verifiable recovery.

How do I fix an SSH lockout or credential exposure emergency?

Fix an SSH lockout or credential exposure by selecting the matching scenario and following the guided remediation steps in order, which apply safe scripted fixes and then verify that normal system access is restored.

Can I use this disaster recovery process for disk-space emergencies and unresponsive services?

Yes, this disaster recovery process applies to disk-space emergencies and unresponsive services by diagnosing the immediate crisis, applying non-destructive fixes, and verifying that system operation is fully restored.

What are the limitations of using scripted disaster recovery for critical developer incidents?

Scripted disaster recovery for critical incidents requires following steps in strict order and explicitly flags destructive steps, meaning users must verify system state after each action to avoid executing irreversible operations blindly.

Do I need any specific DevOps tools or dependencies to follow this incident response workflow?

No specific DevOps tools or dependencies are required to follow this incident response workflow, as it provides a structured diagnose, fix, and verify framework that guides practitioners through safe remediation using standard environments.