Tag: git-workflow
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.
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…
Git Workflow Management Skill
Standardises commit messages, branch naming, and pull request creation to maintain consistent version control practices.
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…
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…
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.
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…
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…
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…
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.
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…
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, …
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.
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.
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…
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 …
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…
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…
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…
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 …
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…
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…
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…
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.