conductor-revert

Revert Conductor project units by undoing associated git commits in order.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/edithatogo/conductor-next --skill conductor-revert-edithatogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-revert
Source: https://github.com/edithatogo/conductor-next/tree/main/conductor-vscode/skills/conductor-revert
Command: npx skills add https://github.com/edithatogo/conductor-next --skill conductor-revert-edithatogo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reverts a tracked unit (Track, Phase, or Task) within the Conductor project by undoing the associated git commits in the correct order.

Core Features & Use Cases

  • Deterministic restoration: Reverts specific units while preserving project history and state.
  • Cross-track synchronization: Updates Implementation Plans and Tracks Registry to reflect reverted changes.
  • Conflict-aware: Validates repository cleanliness and handles merge conflicts with guidance.

Quick Start

Ask the agent to revert a designated Track, Phase, or Task to undo the latest changes.

Frequently Asked Questions about conductor-revert

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

FAQPage Schema
How do I revert git commits for a specific task or phase without breaking project history?

Revert tracked units by undoing associated git commits in the correct order, preserving repository integrity. The process uses git revert with plan synchronization to ensure consistent history across tracks, phases, and tasks.

What happens to implementation plans and the tracks registry when I revert a task?

Reverting a task cross-synchronizes implementation plans and the tracks registry to reflect the reverted changes. This deterministic restoration updates all tracked project state while preserving overall project history.

Do I need a clean repository to revert a tracked unit in Conductor?

Yes, you need a clean repository. The revert process validates repository cleanliness and handles merge conflicts with guidance, ensuring safe state validation before undoing commits for any track, phase, or task.

Can I undo commits across multiple tracks at the same time?

Cross-track synchronization coordinates reverting commits across tracks, implementation plans, and track-creation history. It requires a Tracks Registry and Implementation Plans to maintain consistent repository state during the git revert process.

How does git revert handle merge conflicts when undoing project phases?

The conflict-aware revert validates repository cleanliness and handles merge conflicts with guidance during the git revert process. This ensures safe restoration of phases while maintaining repository integrity and state validation.