Tag: git-workflow

Type: All Skills Tools
skill ★ 77,350

Automated Version Release Workflow Manager

This skill orchestrates the full software release cycle, managing version bumping, Git tagging, and GitHub Release creation. It routes the process based on PR titles and branch names to ensure accurate minor or patch releases.

lobehub/lobehub version-release ci-cd git-workflow release-notes
tool

Safe and structured code refactoring utility

This tool facilitates complex, multi-file code restructuring, allowing developers to safely rename symbols, extract modules, or split services by mapping all dependencies and potential impact areas. It provides granular control over the ref…

Marcus-Rug-Intel/rug-munch-mcp code-refactoring dependency-mapping symbol-renaming software-engineering
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 ★ 5,059

Interactive PR comment resolution workflow

This skill systematically addresses all unresolved pull request review comments by fetching thread details via GitHub GraphQL API. It guides the user through reviewing the issue, researching documentation, and applying local code fixes or r…

maximhq/bifrost pr-review github-api code-fixing llm-agent
skill

Automated GitHub Pull Request Review Resolution

This skill automates the identification, addressing, and resolution of GitHub pull request review comments. It manages complex pagination for GraphQL threads and REST reviews to ensure all actionable feedback is addressed and threads are re…

Significant-Gravitas/Auto-GPT github pull-request code-review 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
skill ★ 133

Review MCP-Linear pull requests for risks

This skill reviews pull requests within the mcp-linear repository to ensure architectural integrity and adherence to contracts. It validates schema alignment, handles nullable fields, checks for missing registrations, and verifies comprehen…

tacticlaunch/mcp-linear pr-review mcp-linear schema-validation code-review
tool ★ 3

AI-First CMS for Structured Content Management

Contentrain is a Git-based, AI-first CMS designed for managing structured content using defined models. It provides a robust set of MCP tools for scaffolding, validation, and merging content across various formats, ensuring deterministic co…

Contentrain/ai content-management cms mcp git-workflow
tool ★ 1

Automates software release and package publishing

This tool automates the entire software release lifecycle, managing version bumping across configuration files and executing the full Git workflow. It handles creating GitHub Releases and publishing the package to PyPI, subsequently updatin…

ndjordjevic/pinrag release-management pypi-publishing git-workflow mcp-registry
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
skill ★ 23

Automated repository release and deployment workflow

This skill automates the entire release cycle, merging the development branch into main, and detecting whether the release is a planned milestone or an incremental patch. It manages semantic versioning, tags the repository, and executes dep…

markmhendrickson/neotoma release-management semver deployment git-workflow
skill ★ 23

Automates Neotoma issue queue triage and resolution

This skill manages the entire Neotoma issue lifecycle, autonomously triaging open bugs by classifying reproduction environments and generating resolution plans. It can concurrently open PRs, create local worktrees, request missing context, …

markmhendrickson/neotoma issue-triage bug-fixing pr-generation security-advisory
tool ★ 23

Automated full-stack release management and publishing

This tool automates the entire software release lifecycle, managing preflight checks, version bumping, and generating comprehensive release notes. It ensures coordinated publishing across npm, GitHub, and the live sandbox environment.

markmhendrickson/neotoma release-management npm-publishing github-release ci-cd
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

Comprehensive Git pull and setup workflow

This skill executes a robust Git pull workflow, ensuring local changes are committed before fetching and merging remote updates. It concludes by detecting and running necessary setup scripts, including dependency installation and environmen…

markmhendrickson/neotoma git-pull submodule setup-scripts git-workflow
skill ★ 23

Neotoma Issue Queue Management and Resolution

This skill automates the end-to-end processing of open issues, classifying reproduction environments and executing resolution plans. It can autonomously open PRs for public fixes, create local worktrees, or generate security advisories for …

markmhendrickson/neotoma issue-tracking github-automation pr-generation security-advisory
skill ★ 23

Finalizing feature unit implementation for review

This skill manages the final checkpoint of a feature unit workflow, validating spec compliance and ensuring all tests pass. It presents a comprehensive summary to the user for manual review and approval, handling necessary file movements an…

markmhendrickson/neotoma feature-workflow review spec-compliance git-workflow
skill ★ 71

Automate GitHub PR completion to green

This skill orchestrates the entire GitHub Pull Request lifecycle, gathering all review comments and CI failures to systematically resolve issues, update documentation, and commit changes until the build is green. It manages conflict resolut…

transloadit/node-sdk github-pr ci-monitoring pr-completion git-workflow
skill ★ 24,025

Workflow for splitting complex pull requests

Use this workflow to decompose large, complex pull requests into smaller, reviewable units, safely managing the extraction of changes at the file or hunk level. It also provides mechanisms for tracking 'drift' and managing subsequent PRs ba…

mastra-ai/mastra pr-review git-workflow refactoring large-pr
skill ★ 372,633

Automate GitHub Issues to Pull Requests

This skill automates the conversion of open GitHub issues into pull requests by fetching candidates, spawning background agents to implement fixes, and opening PRs. It also supports monitoring PR reviews and handling actionable comments to …

openclaw/openclaw github-issues pr-automation git-workflow agentic
skill ★ 372,633

Small Bugfix Sweep for OpenClaw Codebase

This skill executes a deep, controlled sweep over pasted issue or PR references, identifying and locally patching small, high-confidence bugs. It generates a detailed diff summary and proof for manual review, strictly adhering to a pre-comm…

openclaw/openclaw bugfix code-review git-workflow patch
skill ★ 372,633

GitHub Issue and PR Maintenance Skill

An agentic skill for automating GitHub issue and PR maintenance, including triage, duplicate detection, and assignee management. It facilitates efficient workflows by surfacing contributor activity and filtering maintainer-authored noise du…

openclaw/openclaw github-maintenance issue-triage pull-request-management automation
skill ★ 78,845

Automated PR Review and Merge Readiness Handler

This skill automates the entire pull request review cycle, iteratively addressing all findings from human reviewers, AI bots, and CI checks until the code is merge-ready. It manages complex tasks such as paranoid pagination, cross-source fi…

netdata/netdata pr-review git-workflow code-quality ci-automation
skill ★ 693

Sentry Pull Request Writer

Automates the creation and editing of pull requests using established Sentry workflows. This skill serves as a legacy alias for the canonical PR writer.

getsentry/sentry-mcp sentry pull-requests automation devops