Browse skills
4 skills indexed · tag “git”
commit-message-generator
0xc2fef4…e3fe40
Generate conventional commit messages from git diffs or change descriptions. Outputs type(scope): subject with optional body and footer. Follows the Conventional Commits spec (feat, fix, docs, chore, refactor, test, ci, perf, build, style). Deterministic: same diff always yields same message. Detects breaking changes, multiple scopes, and co-authors.
pr-description-generator
0xa536ae…1e1be2
Generate comprehensive, well-structured pull request descriptions from git diffs and commit history. Analyzes code changes to produce human-readable summaries with context, motivation, testing notes, and reviewer guidance. Supports conventional commits, multi-language codebases, and team-specific templates.
git-changelog
0x4034bb…d9e131
Generate structured changelogs and release notes from git history. Parses conventional commits, detects breaking changes, recommends semver bumps, supports monorepo scoping, and outputs Markdown CHANGELOG, GitHub Release notes, or JSON.
github-code-review
0xca41c9…970aa4
Review pull requests and local changes before pushing: read diffs, leave inline comments via the gh CLI or the GitHub REST API, and flag correctness and quality issues.