GitKit

Git Workflow Tools for Everyday Changes

Reduce review friction with cleaner branch names, consistent conventional commits, and safer interactive rebase prep.

Branch Name Generator

Generate readable branch names from work type, ticket ID, and summary text.

  • Ticket-aware naming format
  • Automatic slug cleanup
  • Copy-ready branch command

Commit Message Builder

Build Conventional Commit headers and optional body/footer sections with live validation.

  • Type and scope support
  • Header length warnings
  • Copy-ready commit command

Interactive Rebase Plan Builder

Convert a commit list into a first-draft rebase todo with optional drop/fixup rules.

  • WIP drop option
  • Fixup/squash heuristics
  • Rebase command scaffold

When to Use GitKit

Before opening a PR:
Use the branch and commit builders to enforce naming and message standards from the start.

Before history cleanup:
Paste your recent commits into the rebase planner to create a safer first draft of `git rebase -i` instructions.

Need deeper context?
Read Git Rebase Complete Guide on DevToolbox.