conductor-revert

Revert Git workflow changes by track, phase, or task with pre-flight checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Revert changes by logical work units within a Git-powered conductor workflow, enabling precise rollbacks at track, phase, or task granularity.

Core Features & Use Cases

  • Git-aware revert of entire tracks, specific phases, or individual tasks with pre-flight checks and safety rules.
  • Plan-first execution: displays a full revert plan before applying changes and updates plan metadata accordingly.
  • Safe rollback: avoids destructive resets by using git revert and explicit confirmations.

Quick Start

Revert a target track, phase, or task by providing the identifier and confirming the revert operation.

Frequently Asked Questions about conductor-revert

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

FAQPage Schema
How do I revert changes in a Git workflow by track, phase, or task?

To revert changes in a Git workflow, you provide the logical unit identifier for the track, phase, or task. The system then uses git revert to safely undo the specific commits without rewriting history.

Can I undo a specific task in a Git-powered conductor workflow without resetting the branch?

Yes, you can undo a specific task in a Git-powered conductor workflow without resetting the branch. It avoids destructive resets by using git revert and explicit user confirmations to maintain a safe history.

How does a plan-first revert execution work for Git commits?

Plan-first revert execution works by displaying a full revert plan before applying any changes. It performs pre-flight checks, requires safe confirmations, tracks commits, and updates plan metadata after the revert succeeds.

What is the best way to safely rollback a phase in a Git conductor workflow?

The best way to safely rollback a phase in a Git conductor workflow is using a Git-aware revert tool. It enforces safe confirmations, performs pre-flight checks, and updates plan metadata without rewriting history.

Are there limitations to reverting tasks and phases in a Git workflow?

A key limitation is that reverts require explicit confirmation and avoid destructive resets. You cannot rewrite history, as the tool strictly uses git revert and updates plan metadata to maintain a safe, linear commit track.

Do I need to confirm a track revert before it executes in a Git workflow?

Yes, you need to confirm a track revert before it executes in a Git workflow. The system enforces safe confirmations by displaying a pre-flight plan and tracking commits before applying any rollback operations.