conductor-revert

Installation
SKILL.md

Conductor Revert

Overview

This skill is a Git-aware assistant. Unlike a standard git revert, it understands the relationship between implementation commits and the Conductor documentation. It ensures that when code is reverted, the corresponding plan.md and tracks.md files are also reset to their previous states.

It is designed to handle common non-linear Git histories, such as rewritten commits (from rebase/squash) and merge commits, with robust "Ghost" commit detection and plan-update commit association.

When to Use

  • When a user says "Undo that task," "Revert the last phase," or "I want to delete this track and its changes."
  • To cleanly roll back a feature that isn't working as expected.

Workflow

The revert process follows 4 phases:

Phase 1: Interactive Target Selection & Confirmation

Related skills

More from airclear/skills

Installs
10
Repository
airclear/skills
GitHub Stars
2
First Seen
Feb 21, 2026