Git Workflow

🌐Community
by bagelhole · vlatest · Repository

Automates common Git workflows like branching, merging, and pull requests within a bagelhole backend environment.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add bagelhole-git-workflow npx -- -y @trustedskills/bagelhole-git-workflow
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "bagelhole-git-workflow": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/bagelhole-git-workflow"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates common Git workflows, enabling AI agents to manage code repositories efficiently. It handles branching, merging, and committing changes based on provided instructions. The agent can also be used to create pull requests and resolve merge conflicts.

When to use it

  • Automating repetitive tasks like creating feature branches from main.
  • Generating commit messages that adhere to a specific format.
  • Creating pull requests for code review after changes are made.
  • Resolving simple merge conflicts by applying suggested changes.

Key capabilities

  • Branching (creation, deletion)
  • Merging
  • Committing with custom message formatting
  • Pull request creation
  • Merge conflict resolution

Example prompts

  • "Create a new branch named 'feature/new-login' from main."
  • "Commit the changes with the message 'Fix: Resolved issue #123'."
  • "Create a pull request for the 'feature/new-login' branch targeting the main branch."

Tips & gotchas

This skill requires access to a Git repository and appropriate permissions. The agent’s effectiveness in resolving merge conflicts depends on the complexity of the conflict; more complex situations may require manual intervention.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
8

🌐 Community

Passed automated security scans.