git-workflow

Automate Git staging, commits, pull requests, and worktree creation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/leobrival/livenexx-plugin --skill git-workflow-leobrival
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/leobrival/livenexx-plugin/tree/main/plugins/dev/skills/git-workflow
Command: npx skills add https://github.com/leobrival/livenexx-plugin --skill git-workflow-leobrival

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines and automates complex Git operations, from basic commits to full feature branch management and pull request workflows, reducing manual effort and potential errors.

Core Features & Use Cases

  • Comprehensive Git Operations: Handles commit, push, PR creation, merging, branch cleanup, debugging, and issue-based worktree creation.
  • Automated Workflows: Guides users through multi-step Git processes with clear instructions and error handling.
  • Use Case: When starting a new feature, use the 'Run Task' workflow to create an isolated worktree from a GitHub issue, automatically name the branch, install dependencies, and set up the environment, allowing you to focus immediately on coding.

Quick Start

Use the git-workflow skill to create a new worktree from the GitHub issue URL https://github.com/user/repo/issues/123.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I automate creating a Git branch and worktree from a GitHub issue?

To automate Git branch creation from a GitHub issue, this workflow generates an isolated worktree, automatically names the branch, installs dependencies, and sets up the environment so you can focus immediately on coding.

What is the best way to format Git commit messages automatically?

The best way to format Git commit messages is using conventional commit formats. This workflow automates staging and committing, ensuring consistent conventional formatting across your project history without manual effort.

Can I create and merge pull requests using the GitHub CLI through an automated workflow?

Yes, you can create and merge pull requests via the GitHub CLI. This workflow manages the entire PR lifecycle, including creation, merging branches with conflict resolution, and resolving PR comments automatically.

Does this Git workflow support automatic package manager detection for pnpm, npm, yarn, and bun?

Yes, automatic package manager detection supports pnpm, npm, yarn, and bun. The workflow integrates with worktree hooks to detect your environment and install dependencies correctly for enhanced isolation.

How do I clean up old local Git branches after merging a pull request?

To clean up old local branches after merging a pull request, this workflow automates branch cleanup as part of its comprehensive Git operations, removing stale local references to maintain a tidy repository.