conductor-revert

Revert Conductor tracks, phases, and tasks by identifying associated Git commits.

51|8|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/hlhr202/Conductor-for-all --skill conductor-revert-hlhr202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-revert
Source: https://github.com/hlhr202/Conductor-for-all/tree/main/.agents/skills/conductor-revert
Command: npx skills add https://github.com/hlhr202/Conductor-for-all --skill conductor-revert-hlhr202

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you safely and accurately revert previous work in your project by identifying and undoing specific commits in your Git history.

Core Features & Use Cases

  • Git Revert Automation: Reverts specified tracks, phases, or tasks by identifying corresponding Git commits.
  • History Reconciliation: Handles complex Git histories, including rewritten commits and merge commits.
  • Confirmation Workflow: Ensures user confirmation at critical steps to prevent accidental changes.
  • Use Case: You accidentally committed a large feature that's not ready. Use this Skill to revert that specific feature's commits, ensuring your project's history remains clean and accurate.

Quick Start

Use the conductor-revert skill to revert the track titled 'Implement user authentication'.

Frequently Asked Questions about conductor-revert

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

FAQPage Schema
How do I revert a specific track or phase in a Git repository?

To revert a track or phase in a Git repository, this skill identifies all associated implementation and plan-update commits, including those in non-linear histories, and executes a revert after explicit user confirmation.

Can I undo a commit if my Git history has rewritten or merge commits?

Yes, you can undo commits with rewritten or merge histories. The skill reconciles non-linear Git histories to accurately identify the real-world commits associated with the logical units of work you want to revert.

Does the git revert process require confirmation before executing?

Yes, the git revert process requires explicit user confirmation before executing any actions. This validation step ensures you can safely undo work without accidental changes to your project history.

What is the best way to undo logical units of work tracked by Conductor?

The best way to undo logical units of work tracked by Conductor is to target the specific track, phase, or task. The skill identifies the corresponding Git commits and reverts them while validating tool call success.

How does reverting a Conductor track affect my project's commit history?

Reverting a Conductor track keeps your project history clean by identifying and undoing specific implementation and plan-update commits. It handles complex histories to ensure the revert accurately targets the intended work.

When should I not use an automated git revert for undoing work?

You should not use an automated git revert if you cannot provide explicit confirmation for the identified commits. The skill relies on user validation to prevent accidental changes before executing any revert actions on your history.