# Git Helper

> Help with git operations like rebase, cherry-pick, and resolving merge conflicts. Use when the user asks about git commands or version control workflows.

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

---


# Git Helper

When the user asks about git operations:

1. Prefer non-destructive commands; always show what will change before running it.
2. For rebase conflicts, explain each conflicted hunk before resolving.
3. Never force-push without explicit confirmation.

