dev10x-git-promote

Convert Git commits into issue tickets with branch and message updates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-git-promote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-git-promote
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-git-promote
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-git-promote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about dev10x-git-promote

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

FAQPage Schema
How do I create tickets for existing git commits that lack tracking references?

To create tickets for existing git commits, this Skill automates retroactive ticket creation by generating a tracked issue, cherry-picking the commit to a new branch, and updating the commit message with the ticket reference.

What is the best way to move a git commit to a new branch linked to a ticket?

Moving a git commit to a ticket-linked branch is handled through automated branch management. The process cherry-picks the target commit into a newly generated, correctly named branch associated with the created ticket.

Can I update git commit messages to include issue tracker ticket references?

Yes, you can update git commit messages to include ticket references. The Skill automatically formats and amends the commit message on the new branch to ensure proper retroactive tracking within the issue tracker.

When do I need to convert commits into tracked tickets for tech debt or bug fixes?

You need to convert commits into tracked tickets when you discover bug fixes, tech debt, or improvements that were pushed without prior tracking. This ensures all completed work is properly accounted for in the issue tracker.

Does this git workflow integrate with pull request creation and ticket branching?

Yes, the git workflow integrates with ticket creation, branching, and PR creation skills. This provides a complete automated workflow from retroactive ticket generation through branch management to final pull request submission.