phase-git

Execute context-aware Git commands with automated commit messages and branch management.

6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/stanislavjiricek/neuroflow --skill phase-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-git
Source: https://github.com/stanislavjiricek/neuroflow/tree/main/skills/phase-git
Command: npx skills add https://github.com/stanislavjiricek/neuroflow --skill phase-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Git operations by providing context-aware commands, automating common tasks like committing, pushing, pulling, and creating pull requests, and ensuring safer interactions with the repository.

Core Features & Use Cases

  • Context-Aware Git: Executes Git commands based on repository state (staged files, branch, remote status).
  • Smart Push/Pull: Intelligently handles pushing and pulling based on branch sync status.
  • Automated Commit Messages: Generates commit messages following Conventional Commits standards.
  • Branch Management: Simplifies creating, switching, and deleting branches.
  • PR Creation: Automates Pull Request title and body generation, integrating with gh CLI if available.
  • Safety Rules: Implements warnings for main/master branch operations, handles detached HEAD states, and alerts on merge conflicts.

Quick Start

Use the phase-git skill to create a new branch named 'feature/add-user-auth'.

Frequently Asked Questions about phase-git

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

FAQPage Schema
How do I automate Git commit messages and branch management?

Automated commit message generation follows Conventional Commits standards by analyzing staged files and repository state. Branch management simplifies creating, switching, and deleting branches through context-aware Git commands.

What is the safest way to handle Git operations on the main branch?

Safe Git operations on the main branch require built-in safety rules that warn against direct commits to main or master, handle detached HEAD states, and alert you to merge conflicts before executing commands.

How do I create a pull request with automated title and body generation?

Pull request creation automates title and body generation by evaluating repository context, integrating with the gh CLI if available to streamline the PR workflow directly from your branch.

Can I sync branches with smart push and pull based on remote status?

Smart push and pull intelligently sync your local branches by checking the remote status first, ensuring Git operations execute safely based on the current branch synchronization state.

Does this Git automation tool work without external dependencies?

Yes, this Git automation operates without external dependencies, though it integrates with the gh CLI if available to enhance pull request creation within your existing developer tools workflow.