Rollback
Description
# /rollback - Revert Production to Previous Version Recovery skill for failed or problematic deployments. Reads deployment history, confirms with user, executes rollback, verifies health. ## Step 1: Task Gate Verify an active task exists: 1. Read `.context/working/focus.yaml` — check `current_task` is set 2. If no task is set, STOP and say: "No active task. Run `/start-work` first." ## Step 2: Read Deployment History ```bash ls -t .context/deployments/*.yaml 2>/dev/null | head -5 ``` If no
Installation
Installs to ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-rollback.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DimitriGeelen/agentic-engineering-framework/HEAD/.claude/commands/rollback.md -o ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-rollback.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development