# Git Helpers

> Git workflow for conventional commits, pull request creation, and pull request merging. Use when committing, opening or pushing a pull request, or merging one. Not for code review, acceptance-criteria checks, general branch management, or session wrap-up.

- Skill: `adeonir/git-helpers` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add adeonir/git-helpers`
- Raw SKILL.md: https://api.skillmd.com/api/skills/adeonir/git-helpers/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: adeonir (https://skillmd.com/u/adeonir)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/adeonir/git-helpers

---


# Git Helpers

Git workflow with conventional commits, pull requests, and pull request merges.

## Triggers

- **Commit changes** ("commit this", "create commit", "ready to commit", "all done") → [commit.md](instructions/commit.md)
- **Push and open PR** ("push this", "create PR", "open pull request", "ready to push") → [create-pull-request.md](instructions/create-pull-request.md)
- **Merge pull request** ("merge PR", "merge pull request", "ready to merge") → [merge-pull-request.md](instructions/merge-pull-request.md)

## Workflow

```text
commit → create-pull-request → merge-pull-request
```

Each step is independent. Use any workflow in isolation or chain them together.

