conductor-revert

Revert Conductor Tracks, Phases, or Tasks by analyzing git history and syncing plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill safely reverts specific code changes and synchronizes Conductor documentation (plan.md, tracks.md) to match the undone code state, preventing documentation drift.

Core Features & Use Cases

  • Targeted Reversion: Reverts specific Tracks, Phases, or Tasks identified in Conductor.
  • Git History Analysis: Maps Conductor items to corresponding Git commits.
  • Documentation Sync: Ensures plan.md or tracks.md accurately reflect the reverted state.
  • Use Case: A user wants to undo the last completed task and ensure the project's plan.md reflects this rollback.

Quick Start

Use the conductor-revert skill to undo the last task and update the plan.

Frequently Asked Questions about conductor-revert

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

FAQPage Schema
How do I revert code changes and keep Conductor documentation synchronized?

To revert code changes and keep Conductor documentation synchronized, this Skill maps Conductor items to Git commit SHAs, executes the code rollback, and updates plan.md or tracks.md to prevent documentation drift.

What is the best way to undo a completed task in Conductor without causing documentation drift?

Undoing a completed task safely requires analyzing git history to find the corresponding commit, presenting a revert plan for confirmation, and executing a rollback that synchronizes Conductor artifacts like plan.md.

Can I revert specific phases or tasks individually using git history analysis?

Yes, you can revert specific phases or tasks individually by mapping targeted Conductor items to their exact Git commit SHAs, allowing you to undo precise logical units of work rather than broad code changes.

Does the Conductor revert process handle git conflicts during a code rollback?

Yes, the Conductor revert process handles git conflicts during a code rollback by presenting a detailed revert plan for confirmation before safely executing the rollback and managing any conflicts that arise.

How do I update plan.md to reflect a reverted task in my project?

To update plan.md after reverting a task, the Skill automatically synchronizes Conductor documentation artifacts during the code rollback, ensuring the plan accurately reflects the undone state without manual edits.