Tag: git

Type: All Skills Tools
skill ★ 77,350

Automated GitHub Pull Request Creation

Automates the end-to-end process of creating pull requests to the canary branch, including branch management, commit creation, and linking related GitHub or Linear issues.

lobehub/lobehub github git pull-request automation
skill ★ 10,803

Create structured git commits with best practices

This skill guides the user through creating professional, atomic git commits by enforcing the conventional commit format. It ensures proper staging and adherence to industry best practices for version control.

accomplish-ai/accomplish git commit conventional-commit version-control
tool ★ 84

Automated Release Note Generation and Tagging

This tool automates the entire software release lifecycle, gathering merged pull requests since the last tag to draft structured release notes. It then handles the necessary Git operations, including creating version tags and optionally dra…

keboola/mcp-server release-notes git versioning ci-cd
skill ★ 1,010

Automated git workflows for development delivery

This skill formalises complex, multi-step git delivery workflows, allowing agents to execute structured processes like conventional commits, safe PR creation, and release note generation. It also facilitates isolated worktree analysis and f…

TencentCloudBase/CloudBase-MCP git workflow commits pr
tool

Codebase Architecture and Execution Flow Explorer

This tool allows developers to deeply explore unfamiliar codebases by tracing execution flows, mapping symbol dependencies, and understanding architectural components. It provides a comprehensive view of how specific concepts or functions o…

Marcus-Rug-Intel/rug-munch-mcp codebase architecture code-tracing execution-flow
tool

GitNexus CLI for Codebase Indexing and Documentation

This CLI tool manages the creation and maintenance of a codebase knowledge graph. It allows developers to index repositories, check index freshness, and generate comprehensive documentation using an integrated LLM.

Marcus-Rug-Intel/rug-munch-mcp git cli knowledge-graph indexing
skill ★ 40,224

Git Workflow Management Skill

Standardises commit messages, branch naming, and pull request creation to maintain consistent version control practices.

agno-agi/agno git version-control workflow-automation devops
skill ★ 12,318

Automate GitHub Pull Request Description Updates

Automatically updates GitHub pull request descriptions by analysing git commits and diffs to generate structured summaries, breaking changes, and testing instructions.

pipecat-ai/pipecat github git pull-requests automation
skill ★ 12,318

Automates GitHub Pull Request Submission Workflow

This skill automates the end-to-end process of submitting a GitHub Pull Request, managing local changes, creating branches, and committing code. It further integrates post-PR tasks such as generating changelogs and updating the PR descripti…

pipecat-ai/pipecat github pull-request git automation
skill

GitHub CLI automation for git workflows

This skill automates complex GitHub interactions, preferring the GitHub CLI (gh) over raw APIs. It manages authentication, repository setup, and pushing with minimal user intervention, ensuring a seamless git workflow experience.

casibase/casibase github git cli automation
skill

Automated Pull Request Workflow

A workflow for agents to automate the pull request lifecycle, including pre-flight checks, test coverage verification, and template-based PR creation. It integrates with GitHub CLI and review bots to manage the end-to-end review process.

Significant-Gravitas/Auto-GPT git github pull-request automation
skill

Automated GitHub Pull Request Creation

Automates the end-to-end process of creating pull requests by managing branches, committing changes, and linking related GitHub or Linear issues. It follows a predefined branch strategy and utilises the GitHub CLI to finalise the request.

lobehub/lobe-chat github git pull-request automation
skill

Split Large Pull Requests into Smaller Changes

Analyses git diffs to identify logical boundaries and proposes a structured strategy for breaking down large changesets into smaller, reviewable pull requests.

StacklokLabs/toolhive git pull-requests code-review git-workflow
tool

Automated Semantic Version Release Manager

This tool analyzes git commits since the last tag, categorizing changes into features, fixes, and breaking changes to recommend a semantic version bump. It then uses the GitHub MCP to automatically trigger the release pull request workflow.

StacklokLabs/toolhive git release semver version-bump
skill ★ 3,264

Reset worktree and create fresh git branch

Resets the current working directory to the latest main branch and subsequently creates a new, clean branch for fresh development work. This ensures the environment is fully synchronized before starting new feature development.

langwatch/langwatch git version-control branching worktree
skill

Create structured git commits with best practices

This skill guides the user through creating professional, atomic git commits, enforcing the conventional commit format for clear version control history. It ensures proper staging and adherence to industry best practices for maintainable re…

accomplish-ai/openwork git commit conventional-commit version-control
skill ★ 6

French Conventional Commit Message Generator

Automatically generates French git commit messages following the Conventional Commits specification by analysing staged changes. It detects the appropriate commit type and scope from file patterns and uses Mistral models to produce the fina…

Swih/mistral-mcp git commit-messages conventional-commits mistral-ai
skill ★ 23

Git skill to push current branch to origin

This skill pushes the current git branch to the configured origin remote. It supports scoping operations to specific submodules, ensuring the push workflow is executed correctly within nested repositories.

markmhendrickson/neotoma git push submodule version-control
tool ★ 23

Structured git commit management for monorepos

This tool automates structured committing across complex monorepos, ensuring all submodules and the main repository adhere to a detailed, multi-section commit message format. It manages commit scope via parameters and includes robust push r…

markmhendrickson/neotoma git submodule commit monorepo
skill ★ 23

Push current git branch to origin or submodule

This skill pushes the current git branch to the configured origin remote, performing comprehensive checks for remote existence and unpushed commits. It also supports scoping the entire push workflow to a specified submodule directory.

markmhendrickson/neotoma git push submodule version-control
skill ★ 23

Structured Git Committing for Submodules and Repos

This skill automates complex commit workflows across a main repository and its submodules. It supports targeted commits (repo-only or single submodule) or full commits, ensuring all commit messages adhere to a mandatory, detailed analysis f…

markmhendrickson/neotoma git submodule commit workflow
tool ★ 10,706

Automates Git workflow and PR creation

This skill manages the complete Git workflow, automatically creating feature or fix branches, committing staged or unstaged changes, and finally submitting a pull request using the GitHub CLI. It enforces critical rules regarding PII exclus…

elie222/inbox-zero git github pr-creation commit
skill

Run Claude Codex code review

Executes a code review using a Claude Codex bridge against specified targets, including uncommitted work, base branches, or specific commits. The skill summarizes findings and provides access to the raw review artifact.

IgorGanapolsky/mcp-memory-gateway code-review claude codex diff
skill ★ 2

Publish Python Package to PyPI

Orchestrates the full lifecycle of a package release, including cutting a dedicated release branch, updating the version in pyproject.toml, tagging, and creating a GitHub Release to trigger PyPI publication.

AgiMaulana/HuaweiAppGalleryMcp pypi python release-management git