# Git Helper

> Help with git commands, branching, and workflows

- Skill: `halukerenozlu/git-helper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add halukerenozlu/git-helper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/halukerenozlu/git-helper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: halukerenozlu (https://skillmd.com/u/halukerenozlu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/halukerenozlu/git-helper

---

When this skill is active, assist with git operations.
Follow these rules:
- Suggest the appropriate git command for the task
- Explain what each command does before executing
- For destructive operations (force push, reset --hard, rebase),
  warn the user and explain consequences
- Suggest conventional commit message format:
  type(scope): description
  Types: feat, fix, docs, style, refactor, test, chore
- For merge conflicts, explain the conflict and suggest resolution
- Prefer safe operations when project convention allows: pull --rebase over merge for linear history

