conductor-revert

Revert Conductor Tracks, Phases, and Tasks via reconciled Git history.

19|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/vasilistsavalias/conductor_for_codex --skill conductor-revert-vasilistsavalias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-revert
Source: https://github.com/vasilistsavalias/conductor_for_codex/tree/main/skills/conductor-revert
Command: npx skills add https://github.com/vasilistsavalias/conductor_for_codex --skill conductor-revert-vasilistsavalias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to safely revert previous work tracked by Conductor, ensuring that Git history is managed correctly and user intent is confirmed at each step.

Core Features & Use Cases

  • Guided Revert Selection: Presents a clear menu of in-progress or recently completed tasks, phases, or tracks to revert.
  • Git History Reconciliation: Identifies all relevant commits, including those affected by history rewriting, and presents a final plan.
  • Safe Execution: Uses git revert to undo changes and verifies the plan's state post-revert.
  • Use Case: If a user realizes a recently completed feature implementation was incorrect, they can use this Skill to easily undo the associated commits without manual Git commands.

Quick Start

Use the conductor-revert skill to revert the last completed task.

Frequently Asked Questions about conductor-revert

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

FAQPage Schema
How do I safely revert Git commits without messing up the project history?

To safely undo Git commits, this Skill generates a guided execution plan using `git revert`. It reconciles Git history, identifies all related commits across tasks or phases, and verifies state post-revert.

How do I undo a specific completed task or phase tracked in my workflow?

To undo a tracked task or phase, the Skill presents a guided menu of recent work units. It identifies the targeted logical group, reconciles its Git commits, and executes a safe revert.

What happens if I need to revert commits but the Git history has been rewritten?

When reverting commits with rewritten Git history, the Skill reconciles the changes automatically. It accurately identifies all affected commits despite the rewrite and integrates them into the final execution plan.

Can I review the changes before the Git revert is actually executed?

Yes, you can review changes before execution. The Skill presents a final execution plan detailing the identified commits for your explicit confirmation before performing the `git revert` operation.

What is the best way to undo an entire feature implementation instead of individual commits?

The best way to undo an implementation is reverting logical units of work like Tracks or Phases. The Skill groups associated commits together and reverts the entire feature safely without manual Git commands.