What problem does it solve?
This Skill automates the process of converting existing git commits into properly tracked tickets within an issue tracker, ensuring that all work, especially retroactive fixes or improvements, is accounted for and managed.
Core Features & Use Cases
- Retroactive Ticket Creation: Create tickets for commits made without prior tracking.
- Automated Branching: Generates a new, correctly named branch for the ticket.
- Commit Management: Cherry-picks the commit to the new branch and updates the commit message to include the ticket reference.
- Use Case: You discover a bug fix commit that was pushed without a corresponding ticket. Use this skill to create a ticket, move the commit to a new branch associated with that ticket, and update the commit message for proper tracking.
Quick Start
Use the dev10x git promote skill to convert the commit with hash 'abcdef123' into a new ticket.