qsd-undo

Revert qsd workflow phase or plan commits using the phase manifest with dependency validation.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-undo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-undo
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-undo
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-undo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Roll back qsd workflow changes safely by reverting the most recent phase or plan commits using the phase manifest, with dependency checks and a confirmation gate.

Core Features & Use Cases

  • Manifest-guided reverts: revert by phase or plan with dependency validation.
  • Interactive last-N revert: identify and undo recent commits with safeguards.
  • Auditable history: maintain a traceable rollback path for compliance.

Quick Start

Trigger an undo of the most recent phase or plan and confirm before changes are applied.

Frequently Asked Questions about qsd-undo

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

FAQPage Schema
How do I safely revert git commits without breaking dependencies?

To safely revert git commits without breaking dependencies, use a manifest-guided rollback process that validates phase dependencies before applying reverts. This ensures your workflow history remains auditable and intact.

What is a phase manifest rollback and how does it work?

A phase manifest rollback is a git revert method that uses a phase manifest to identify and undo specific plan or phase commits. It validates dependencies and applies a confirmation gate to ensure auditable history.

Do I need a manifest file to undo recent workflow commits?

Yes, you need a manifest file to undo recent workflow commits. The revert process requires a phase manifest, Git history access, and undo workflow definitions to execute dependency checks and rollbacks correctly.

How do I undo the most recent phase or plan commit in git?

To undo the most recent phase or plan commit in git, trigger an interactive last-N revert that identifies recent commits and applies safeguards. A confirmation gate ensures changes are safe before application.

Can I revert a specific plan commit while maintaining an auditable history?

Yes, you can revert a specific plan commit while maintaining an auditable history. The rollback process uses dependency validation and a confirmation gate to ensure a traceable path for compliance.