conductor-revert
Reverts changes made to project tracks or tasks using git commands.
Install
mkdir -p .claude/skills/conductor-revert-edithatogo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11580" && unzip -o skill.zip -d .claude/skills/conductor-revert-edithatogo && rm skill.zipInstalls to .claude/skills/conductor-revert-edithatogo
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Git-aware revert of tracks, phases, or tasks.Key capabilities
- →Revert a project track
- →Revert a project phase
- →Revert a project task
- →Perform git-aware reverts
How it works
The skill is activated by specific trigger phrases and performs a git-aware revert. It identifies the relevant project state based on the user's request.
Inputs & outputs
When to use conductor-revert
- →Undoing a project track change
- →Reverting a completed task
- →Resetting a project phase
About this skill
conductor-revert
Git-aware revert of tracks, phases, or tasks.
Triggers
This skill is activated by the following phrases:
-
"$conductor-revert"
-
"/conductor-revert"
-
"/conductor:revert"
-
"@conductor /revert"
Usage
To use this skill, simply type one of the triggers or ask the agent to "revert".
Platform-Specific Commands
-
Gemini:
/conductor:revert -
Qwen:
/conductor:revert -
Claude:
/conductor-revert -
Codex:
$conductor-revert -
Opencode:
/conductor-revert -
Antigravity:
@conductor /revert -
Vscode:
@conductor /revert -
Copilot:
/conductor-revert -
Aix:
/conductor-revert -
Skillshare:
/conductor-revert
Capabilities Required
When not to use it
- →When git-aware revert is not needed
Limitations
- →Limited to git-aware reverts
- →Requires specific trigger phrases for activation
How it compares
This skill automates git-aware reverts for specific project components, which differs from manual git operations.
Compared to similar skills
conductor-revert side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| conductor-revert (this skill) | 0 | 5mo | No flags | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| openspec-onboard | 10 | 6mo | Review | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.