Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:430
forks:127
updated:February 11, 2026 at 08:53
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| version | 4.1.0-fractal |
| name | conductor-revert |
| description | Git-aware undo by logical work unit (track, phase, or task) |
| metadata | {"argument-hint":"[track-id | track-id:phase | track-id:task]"} |
Revert changes by logical work unit with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks.
resources/implementation-playbook.md.Verify Conductor is initialized:
conductor/tracks.md exists/conductor:setup firstVerify git repository:
Run git status to confirm git repo
Check for uncommitted changes
If uncommitted changes exist:
WARNING: Uncommitted changes detected
Files with changes:
{list of files}
Options:
1. Stash changes and continue
2. Commit changes first
3. Cancel revert
Verify git is clean enough to revert: