git

Automate git operations and generate conventional commit messages from changes.

1|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/laststance/skills --skill git-laststance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/laststance/skills/tree/main/skills/git
Command: npx skills add https://github.com/laststance/skills --skill git-laststance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Git operations and enforces consistent, meaningful Conventional Commit messages from changes.

Core Features & Use Cases

  • Automated status, commit, push, pull, branch, merge, and stash workflows with built-in guardrails.
  • Generates Conventional Commit messages based on the detected changes to maintain a clean, navigable history.
  • Provides guided workflows for safe branch management, conflict resolution, and team collaboration.

Quick Start

Analyze the current repository, stage relevant changes, and generate a conventional commit for those changes.

Frequently Asked Questions about git

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

FAQPage Schema
How do I automatically generate conventional commit messages from git changes?

Automatically generate conventional commit messages from git changes by analyzing staged differences and mapping them to standard types like feat or fix. The workflow enforces consistent, meaningful commit history without manual message drafting.

What is the safest way to manage git branches and merge conflicts in a team workflow?

Safe git branch management and merge conflict resolution require guided workflows with built-in guardrails. These operations apply safety checks before executing status, branch, merge, and stash commands to prevent accidental data loss.

How do I automate git push and pull operations without risking repository state?

Automate git push and pull operations safely by applying built-in safety checks and guidance before execution. This ensures local repositories maintain a clean state during team collaboration and remote synchronization.

Does automated git workflow support local repositories and team collaboration environments?

Automated git workflow supports both local repositories and team collaboration environments. It implements status, commit, push, pull, branch, merge, and stash commands with guardrails suitable for consistent team history management.

What are the limitations of automating git operations and branch management?

Automating git operations and branch management relies on detecting changes to generate conventional commit messages. Complex conflict resolution scenarios may still require manual intervention despite the built-in guided workflows and safety checks.

Why do I need conventional commits for my git repository history?

Conventional commits are needed for git repository history to maintain a clean, navigable, and consistent log of changes. This standard format automates team workflows and makes branch history easier to track and review.