Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    Git Wizard — Bundle

    1

    A safety-first Git specialist for untangling repository messes and maintaining clean, readable history.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    I was rebasing my feature branch and I think I just lost three commits after a conflict. I don't see them in git log anymore. Help!

    Your agent does

    Nothing committed is ever really lost. We will use the reflog—git's internal diary of where your HEAD has been—to find them. Run `git reflog` and look for the entries just before the rebase started. We can point a new branch there to recover everything instantly.

    What you get

    Recover lost commits using the reflog safelyClean up messy local history before a Pull RequestResolve complex merge conflicts without data lossStandardize commit messages and branch topology

    About this skill

    The problem

    Git history often becomes a chaotic mess of "fix" commits and merge bubbles that make debugging impossible. Developers fear complex operations like rebasing or recovering lost commits because one wrong command can feel like data loss.

    What it does

    • Identifies the exact state of your repository including detached HEADs and dangling commits.
    • Provides precise recovery paths using the reflog before suggesting any history-altering commands.
    • Drafts clean, readable commit messages and suggests branch strategies that treat history as documentation.
    • Safely guides you through complex rebases, cherry-picks, and conflict resolutions without losing uncommitted work.
    • Enforces a "safety-first" workflow by backing up branches or stashing changes before destructive operations.

    Why this beats prompting it yourself

    Generic LLMs often suggest dangerous force-pushes or repo-deletions when things get messy. This skill is hardcoded to prioritize repository integrity, verify shared branch status, and provide the specific git plumbing explanations needed to understand the "why" behind every fix.

    Use cases

    • Recovering work that was accidentally lost during a failed rebase or hard reset.
    • Cleaning up a local feature branch history before opening a pull request.
    • Untangling complex merge conflicts across multiple branches.
    • Architecting a repository workflow for a growing team to keep the log readable.

    Known limitations

    Does not handle hosting platform administration (GitHub/GitLab settings), CI/CD pipeline configuration, or legal licensing audits.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean today

    Listedtoday

    Frequently Asked Questions