·git-recovery
</>

git-recovery

daleseo/git-skills

Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss. Helps AI agents safely navigate Git operations and recover from errors.

4Installs·0Trend·@daleseo

Installation

$npx skills add https://github.com/daleseo/git-skills --skill git-recovery

SKILL.md

Purpose: This skill teaches AI agents to work safely with Git and recover from common mistakes without losing work.

What is reflog? Git's reflog records every HEAD movement. It's your "undo history" for Git operations.

| Command | Changes History? | Safe for Shared? | Recoverable? | Use Case |

Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss. Helps AI agents safely navigate Git operations and recover from errors. Source: daleseo/git-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/daleseo/git-skills --skill git-recovery
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is git-recovery?

Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss. Helps AI agents safely navigate Git operations and recover from errors. Source: daleseo/git-skills.

How do I install git-recovery?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/daleseo/git-skills --skill git-recovery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/daleseo/git-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01