Git

Automate Git commits, rebases, and squashes with safety prompts.

2|Updated Jul 26, 2025
One-click install
npx skills add https://github.com/fullykubed/nixos-config --skill git-fullykubed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git
Source: https://github.com/fullykubed/nixos-config/tree/main/modules/common/claude/skills/Git
Command: npx skills add https://github.com/fullykubed/nixos-config --skill git-fullykubed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git operations are error-prone and can lead to unsafe history rewrites; this skill guides users through AI-assisted workflows to perform common tasks safely and efficiently.

Core Features & Use Cases

  • AI-assisted commit messaging with pre-commit checks
  • AI-powered rebase, amend, reword, and squash workflows with safety prompts
  • Safe push handling with conflict detection and automated retries

Quick Start

Ask the AI to perform a Git operation with AI-generated messaging and safety checks.

Frequently Asked Questions about Git

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

FAQPage Schema
How do I automate Git commit messages with AI?

AI-assisted commit messaging automates Git operations by generating commit messages and running pre-commit checks to ensure safe version-control workflows.

How can I safely rebase and squash commits across multiple branches?

You can safely rebase and squash commits using AI-guided workflows that trigger safety prompts before rewriting history, preventing accidental data loss.

What is the best way to resolve Git conflicts during a push?

Safe push handling resolves Git conflicts through automated detection and retries, ensuring version-control integrity when pushing amended or squashed history.

Does AI-guided Git workflow support history rewrites and amendments?

AI-guided Git workflow supports history rewrites and amendments by routing to specialized scripts like ai-rebase and ai-amend with built-in guardrails.

When should I use AI guardrails for version-control tasks?

Use AI guardrails for version-control tasks when you need to prevent error-prone history rewrites, requiring safety prompts before executing complex Git operations.