Crew Rollback banner
d3x293 d3x293

Crew Rollback

Git community

Description

--- description: "Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting." --- Invoke the **codecrew:task-rollback** skill. The rollback skill will: 1. Read the last task from crew-history.json 2. Show the user what files will be reverted 3. Ask for confirmation before proceeding 4. Use git to revert changes 5. Update the codebase index for reverted files

Installation

Installs to ~/.claude/skills/d3x293-code-crew-crew-rollback/SKILL.md

Terminal
mkdir -p ~/.claude/skills/d3x293-code-crew-crew-rollback && curl -fsSL https://raw.githubusercontent.com/d3x293/code-crew/HEAD/commands/crew-rollback.md -o ~/.claude/skills/d3x293-code-crew-crew-rollback/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository