git

Guides automated Git commits, merges, rebases, and worktrees for safe use.

21|2|Updated Dec 20, 2021
One-click install
npx skills add https://github.com/ferdinandyb/dotfiles --skill git-ferdinandyb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/ferdinandyb/dotfiles/tree/main/.config/opencode/skill/skills/git
Command: npx skills add https://github.com/ferdinandyb/dotfiles --skill git-ferdinandyb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides automated agents to perform Git operations that modify repository state safely, avoiding messy histories and risky mistakes.

Core Features & Use Cases

  • Atomic commits with clear messages
  • Safe handling of rebase, amend, merge, and worktree operations
  • Structured guidance for avoiding interactive editors in automated workflows

Quick Start

Start a new feature branch and apply atomic commits with clear messages.

Frequently Asked Questions about git

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

FAQPage Schema
How do I make atomic commits in git with clear messages?

Atomic commits in git bundle related changes into a single, self-contained commit with a clear message. This Skill guides automated agents to perform these commits safely without triggering interactive editors.

What is the best way to automate git rebasing and merging safely?

Safe automated git rebasing and merging requires structured rules to avoid destructive commands and interactive editors. This Skill provides safeguards for modifying repository state during these collaborative workflows.

How do I prevent automated git workflows from opening interactive editors?

Prevent automated git workflows from opening interactive editors by applying structured rules for commits, amends, and rebases. This Skill satisfies requirements for avoiding interactive prompts during repository modifications.

Can I use automated git branching and worktree operations for collaborative workflows?

Yes, automated git branching and worktree operations support collaborative workflows. This Skill guides agents through local and collaborative version-control tasks while maintaining safe repository state modifications.

Why do automated git operations create messy histories and how do I avoid them?

Automated git operations create messy histories by applying destructive commands or unstructured amends. Avoid them by following structured rules for atomic commits and safe merges, ensuring clear messaging and repository safety.