rollback-ticket

Revert a ticket merge from the CP branch with validation and confirmation.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill rollback-ticket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollback-ticket
Source: https://github.com/nand1234/Agentic-workflow-builder/tree/main/ai-dev-worflow/.claude/skills/rollback-ticket
Command: npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill rollback-ticket

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reverts a ticket merge from the CP branch when post-merge issues require undoing a change.

Core Features & Use Cases

  • Comprehensive rollback workflow that identifies the merged ticket, validates its status, switches to the CP branch, and reverts the merge with a safety-first approach.
  • Includes user confirmation prompts, post-revert test runs, and status updates to the ticket documentation to ensure stability and traceability.

Quick Start

Initiate a rollback by supplying the TICKET-ID and the feature slug, then confirm before proceeding.

Frequently Asked Questions about rollback-ticket

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

FAQPage Schema
How do I safely rollback a merged ticket on a Git CP branch?

To rollback a merged ticket on a Git CP branch, the workflow identifies the merge, validates the ticket status, switches to the CP branch, and reverts the merge. It requires user confirmation before proceeding to ensure safety.

When do I need to revert a ticket merge from the CP branch?

You need to revert a ticket merge from the CP branch when post-merge issues arise that require undoing a change. This rollback process ensures stability by safely removing problematic code introduced by the specific ticket merge.

Does the Git rollback process run tests after reverting a merge?

Yes, the Git rollback process runs tests after reverting the merge to ensure stability. It also updates the ticket status documentation accordingly to maintain project traceability after the revert operation completes.

Can I use this ticket rollback workflow to modify the main or master branch?

No, you cannot use this ticket rollback workflow to modify the main or master branch. The safety-first approach strictly avoids modifying main or master branches and focuses solely on reverting changes on the CP branch.

What do I need to start a rollback for a ticket merge on the CP branch?

To start a rollback for a ticket merge on the CP branch, you need to supply the TICKET-ID and the feature slug. The workflow then prompts for user confirmation before proceeding with the actual Git revert operation.