From git
Summarize all git commits on your branch since diverging from main into a title and description. Use when the user asks to "summarize the branch", "write a PR description", "write an MR description", or needs a summary of branch changes for a pull request or merge request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git:git-branch-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide a branch summary title and body that concisely summarizes the branch changes as they have diverged from master/main. Follow these rules:
Provide a branch summary title and body that concisely summarizes the branch changes as they have diverged from master/main. Follow these rules:
npx claudepluginhub znorris/claude-marketplace --plugin gitGenerates concise branch summaries for PR descriptions by analyzing git diffs and commit history.
Generates structured PR descriptions from git commit history by grouping changes by domain, filtering noise like lints, and inspecting diffs only when needed. Use for consistent, token-efficient PR summaries.
Drafts conventional commit PR titles and Shopware 5-section descriptions for core PRs targeting trunk. Analyzes branch against trunk, uses session context, asks for missing info.