Git prompts
Write the commit message for this change. Diff: """ [PASTE THE STAGED DIFF] """ Why I made this change: [THE REASON, THE TICKET, THE BUG REPORT, or "you infer it"] Convention: [Conventional Commits / this repo's existing style, pasted below / plain] Recent commits from this repo, to match style: """ [PASTE 5-10 RECENT COMMIT SUBJECT LIN
Commit Message
Write a commit message that explains why the change was made, in Conventional Commits format, split into separate commits when needed.
Codingbeginner
Help me recover from a git mistake without making it worse. What I was trying to do: [THE GOAL] What I ran: [THE EXACT COMMANDS, IN ORDER] What happened instead: [THE OUTPUT OR THE STATE NOW] Has this been pushed or shared: [YES/NO, and to which branch and whether anyone else has pulled] Uncommitted work I cannot lose: [WHAT AND WHERE, o
Undo a Git Mistake
Recover from a bad commit, force push, wrong branch, or lost work with a reversible plan and the exact commands, explained before you run them.
Codingintermediate
Write the PR description and commit message(s) for the changes below. The task these changes came from: [ONE LINE: the ticket/goal, e.g. "rate-limit the public API"] Anything the diff doesn't show: [CONTEXT: e.g. "follows up #123", "the weird part is a workaround for X"] Diff: """ [PASTE git diff OUTPUT] """ Produce: 1. **PR title**:
PR Description and Commits From a Diff
Turn a diff into a reviewable PR: what changed and why, a guide telling reviewers where to look, and conventional commit messages.
Codingbeginner