Thelavdevawasthi
UserGitHub's one-line description field (top of repo page) shows up in search results and trending lists something like "Git & GitHub workflow skills for Claude: commit messages, conflict resolution, PR descriptions, and more."
Categories
Indexed Skills (5)
changelog-generator
Use when the user wants a CHANGELOG.md entry generated from commit history, a diff between two tags/releases, or a list of merged PRs. Triggers on phrases like "generate a changelog", "write release notes", "what changed since v1.2.0". Follows the Keep a Changelog format.
commit-message-writer
Use when the user has made code changes (shown as a diff, a description of changes, or staged files) and wants a commit message. Triggers on phrases like "write a commit message", "commit this", "what should I commit this as". Produces Conventional Commits–style messages.
interactive-rebase-cleanup
Use when the user has a messy commit history (e.g. many "wip", "fix typo", "oops" commits) on a branch and wants it cleaned up before merging, via interactive rebase. Triggers on phrases like "clean up my commits", "squash these commits", "make my history readable before I open a PR".
merge-conflict-resolver
Use when the user shares a file or diff containing Git conflict markers (<<<<<<<, =======, >>>>>>>) and wants help resolving it, or asks how to resolve a merge/rebase conflict. Do not use for general merge strategy questions with no actual conflict present.
pr-description-writer
Use when the user wants a pull request description written from a set of commits, a diff, or a branch summary. Triggers on phrases like "write a PR description", "summarize this branch for a PR", "draft my pull request".
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.