dex-rollback

Revert Dex to a previous version using Git tags and shell commands.

461|129|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/davekilleen/Dex --skill dex-rollback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dex-rollback
Source: https://github.com/davekilleen/Dex/tree/main/.claude/skills/dex-rollback
Command: npx skills add https://github.com/davekilleen/Dex --skill dex-rollback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, npm, pip, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to revert your Dex installation to a previous stable version if a recent update has caused issues, ensuring your workflow is not disrupted.

Core Features & Use Cases

  • Version Reversion: Safely roll back Dex to the state before the last update.
  • Data Preservation: Guarantees that your notes, tasks, and project data remain untouched during the rollback process.
  • Use Case: After updating Dex, you notice that your daily planning feature is no longer working. You can use this skill to quickly revert to the previous version where it was functional, without losing any of your work.

Quick Start

Use the dex-rollback skill to restore Dex to the version before your last update.

Frequently Asked Questions about dex-rollback

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

FAQPage Schema
How do I revert Dex to a previous version after a bad update?

You can revert Dex to a previous version by leveraging Git tags and local file system operations. This safely restores your application to a stable state without losing your existing notes, tasks, or project data.

What is the best way to roll back an update that broke my Dex workflow?

The best way to roll back a broken Dex update is using version control tags to target the last stable release. This process directly addresses instability while guaranteeing your project data remains completely untouched.

Do I need Git installed to roll back my Dex application?

Yes, you need Git installed to perform a Dex rollback, along with specific shell commands for file manipulation and dependency management. These tools handle the version control and local file system operations required for reversion.

Will rolling back Dex delete my notes and tasks?

Rolling back Dex will not delete your notes, tasks, or project data. The rollback mechanism uses local file system operations designed to preserve your existing work while reverting the application code to a previous functional state.

How does version control troubleshooting work when reverting a Dex update?

Version control troubleshooting works by leveraging Git tags to identify a known stable state, then executing shell commands to manipulate local files and manage dependencies. This safely reverts the Dex application code while preserving your local data.