Revert a merged PR or commit. Creates a revert PR for review.
/plugin marketplace add p4ndroid/ai-dev-pipeline-architecture/plugin install ai-dev-pipeline@ai-dev-pipeline-marketplace# Rollback Safely revert merged changes with proper tracking. ## Arguments **Target formats:** - `#14` or `PR 14` - Revert a merged PR - `abc123` - Revert a specific commit - `abc123..def456` - Revert a range of commits ## Process ### Step 1: Identify Target Parse the target and gather information: **For PR:** **For commit:** Display for confirmation: **Options:** - **A) Create Revert PR** - Safe: Creates PR for review before merge - **B) Emergency Direct Revert** - Dangerous: Pushes directly to main - **C) Cancel** - Abort rollback ### Step 2: Create Revert (via git-operato...