Tag: version-control

Type: All Skills Tools
skill ★ 4,849

Generate structured changelog entries from git diffs

This skill analyzes the current Git branch's changes against the develop branch, automatically determining the domain, type, and drafting a public-friendly message. It prompts the user for confirmation before executing the final `just chang…

baserow/baserow git-changelog version-control release-notes 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
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

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 ★ 4,275

Automate Semantic Versioning and SDK Bumping

Automates Semantic Versioning 2.0.0 assessment and SDK version bumping by analysing merged pull requests. It updates Directory.Build.props and creates a new pull request for the updated version.

modelcontextprotocol/csharp-sdk semver sdk-management csharp automation
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 ★ 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 ★ 394

Git Merge Conflict Resolution Skill

This skill resolves complex git merge conflicts by analyzing both conflicting branches' intents. It ensures code correctness, type safety, and test passing while preferring to combine changes rather than discarding them.

sipyourdrink-ltd/bernstein git-merge conflict-resolution version-control code-merging
skill ★ 291

Generate semver changeset files

Automates the creation of markdown changeset files in the .changeset/ directory to manage package version bumps. It handles semver-based bump levels and ensures correct formatting for changelog generation.

OpenZeppelin/contracts-wizard semver package-management changelog version-control
skill

Git Workflow Management Skill

Provides standardised guidelines for commit messages, branch naming, and pull request descriptions to maintain consistent version control practices.

phidatahq/phidata git-workflow version-control devops git-best-practices
skill ★ 4

Conventional Git Commit Automation

Automates the git commit process by analysing diffs to generate semantic, conventional commit messages. It includes intelligent file staging and adheres to the Conventional Commits specification.

jmrplens/gitlab-mcp-server git conventional-commits automation version-control
skill ★ 660

Wren MDL YAML Project Management

Converts Wren MDL JSON manifests into human-readable YAML project directories for version control and back again. It also enables compiling YAML-based projects into deployable mdl.json files.

Canner/wren-engine wren-engine mdl yaml version-control