git-operations

Manage Git branching, committing, and pushing with naming and commit standards.

5|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill git-operations-yoshikemolo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-operations
Source: https://github.com/Yoshikemolo/mcp-jira-devflow/tree/main/skills/git-operations
Command: npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill git-operations-yoshikemolo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Git operations, ensuring consistency and adherence to best practices for branching and committing, reducing errors and improving collaboration.

Core Features & Use Cases

  • Guided Branching: Create branches following established naming conventions.
  • Conventional Commits: Craft commit messages that adhere to the Conventional Commits standard for better changelogs and automation.
  • Safety Checks: Ensures operations are performed safely by verifying the working directory status and branch.
  • Use Case: When starting a new feature, you can ask the AI to "Create a new feature branch for ticket PROJ-123 named 'implement user profile page'", and it will generate the branch according to the defined rules.

Quick Start

Use the git-operations skill to create a new feature branch named 'feature/PROJ-123-add-login'.

Frequently Asked Questions about git-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git branching and committing with conventional commit standards?

Automating git branching and committing requires enforcing naming conventions and Conventional Commits standards. This Skill manages repository operations by generating correctly named branches and crafting compliant commit messages, ensuring consistency across your version control workflow.

Can AI enforce git safety checks and prevent direct commits to main branches?

AI can enforce git safety checks by verifying working directory status and blocking direct commits to main branches. This Skill requires explicit approval for destructive operations, preventing accidental overwrites and maintaining repository integrity during version control.

What is the best way to manage git workflow for new feature branches?

The best way to manage git workflow for feature branches is using guided branching rules. This Skill creates branches following established naming conventions, allowing you to specify a ticket number and feature name to generate a compliant branch automatically.

Does this git workflow tool support cloning, status checks, and diffing?

This git workflow tool supports cloning, status checks, log viewing, and diffing. It manages repository operations comprehensively while enforcing constraints on direct commits to main branches and requiring explicit approval for destructive operations.

How do I create a conventional commit message for a new feature implementation?

Creating a conventional commit message requires adhering to the Conventional Commits standard for better changelogs and automation. This Skill crafts compliant messages automatically during the committing process, ensuring your version control history remains consistent.

When should I require explicit approval for destructive git operations?

Destructive git operations require explicit approval when they threaten repository integrity or risk losing committed work. This Skill enforces safety constraints by requiring approval before executing destructive actions, preventing accidental data loss during version control.