Automate Git Workflows with Claude Code
Generate commits, changelogs, release notes, and manage branches
Generate commits, changelogs, release notes, and manage branches
128 artifacts found
Analyze git changes and create changesets for package releases. Use when preparing pull requests, creating PRs, when branch has commits ready for review, or when user mentions changeset or version bump.
npx ai-builder add skill openameba/create-changesetSmart Git commit with automatic staging and message generation
npx ai-builder add command fiorizen/smart-commit## 1. Changelog File Creation
npx ai-builder add command poncardasm/create-changelogMake sure you are not on the main branch. If so, then start by creating a
npx ai-builder add command cartridge-gg/pr## Setup Phase
npx ai-builder add command gurusup/start-working-on-issue-newBack-port the specified PR from the Enterprise repository.
npx ai-builder add command influxdata/back-port-enterprise-prCreate a production release with semantic versioning, changelog generation, and GitHub release publishing. Arguments: [version-type] (optional: major, minor, patch)
npx ai-builder add command trsdn/create-releaseRun quality checks, fix issues, commit, push, and manage PR - "Looks Good To Merge
npx ai-builder add command enteee/lgtmAdopt a PR branch from another developer
npx ai-builder add command ProteoWizard/pw-adoptManage semantic version updates for claude-mem project. Handles patch, minor, and major version increments following semantic versioning. Updates package.json, marketplace.json, and plugin.json. Creates git tags and GitHub releases. Auto-generates CHANGELOG.md from releases.
npx ai-builder add skill thedotmack/version-bumpUse when creating git commits to ensure commit messages follow project standards. Applies the 7 rules for great commit messages with focus on conciseness and imperative mood.
npx ai-builder add skill cloudflare/git-commitnpx ai-builder add skill Kensan196948G/commit-push-prYou're helping set up an isolated jj workspace for parallel development work without disrupting the current workspace.
npx ai-builder add skill edmundmiller/using-jj-workspacesPR creation, CI/CD validation, and release coordination patterns. Use when creating pull requests, running pre-PR validation, checking CI status, or coordinating merges.
npx ai-builder add skill bybren-llc/release-patternsCreate well-formatted commits with conventional commit format and emoji
npx ai-builder add command nodnarbnitram/git-commitnpx ai-builder add command aaronpeng2020/commitClassify a change set as behavior vs structure, then recommend the correct PR label (change:behavior or change:structure) and the appropriate local/CI checks. Use when the user asks whether a change is a behavior change or a structure change, what label to apply, or how CI/testing should differ based on change type.
npx ai-builder add skill nozomi-koborinai/change-typeCreate a new release by bumping version, committing, and pushing a git tag. Use when the user wants to release a new version (e.g., "release 1.0.1", "release patch", "make a release", "bump version and release", "create version 2.0.0").
npx ai-builder add skill joe-re/release