git-helper

Guide Git workflows, branching strategies, conventional commits, and PR processes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LuluFur/p5-web-games --skill git-helper-lulufur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-helper
Source: https://github.com/LuluFur/p5-web-games/tree/main/.claude/skills/git-helper
Command: npx skills add https://github.com/LuluFur/p5-web-games --skill git-helper-lulufur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides Git workflows, branching strategies, conventional commits, and PR processes to keep projects coherent and collaborative.

Core Features & Use Cases

  • Branch strategy: Feature branches, naming conventions
  • Commit messages: Conventional commits with types
  • Pull requests: How to create PRs and review
  • Use Case: When starting a feature, create a branch and commit with proper messaging.

Quick Start

Create a feature branch and write a well-formed commit message.