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.

adeonir d538d94 7 files · 24.6 KB Updated

File contents

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
  • Push and open PR ("push this", "create PR", "open pull request", "ready to push") → create-pull-request.md
  • Merge pull request ("merge PR", "merge pull request", "ready to merge") → merge-pull-request.md

Workflow

commit → create-pull-request → merge-pull-request

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

adeonir/agent-skills/tree/main/skills/engineering/git-helpers commit d538d9475d

Frequently asked questions

npx skillmds@latest add adeonir/git-helpers