git-commit-pr

Automates git commit, push, and pull-request workflows with support for Configurable Commits.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/SomtechSolutionMAxime/somtech-pack --skill git-commit-pr-somtechsolutionmaxime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-pr
Source: https://github.com/SomtechSolutionMAxime/somtech-pack/tree/main/.cursor/skills/git-commit-pr
Command: npx skills add https://github.com/SomtechSolutionMAxime/somtech-pack --skill git-commit-pr-somtechsolutionmaxime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ce skill guide la création de commits bien formatés, le push vers origin et la création de Pull Requests documentées. Il aide les équipes à maintenir une histoire Git claire et auditable, avec des messages conformes et des modèles de PR.

Core Features & Use Cases

  • Conventions de commits: applique le format Conventional Commits et génère des messages cohérents.
  • Staging sécurisé et pré-commit: met l'accent sur les fichiers à ne pas commiter et évite les secrets.
  • Templates PR: fournit des templates de Pull Requests et guide la documentation.
  • Workflow guidé: inclut des instructions étape par étape et un URL de session Claude à joindre.

Quick Start

Exécutez le workflow complet pour commettre, pousser et créer une PR documentée.

Frequently Asked Questions about git-commit-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce conventional commits across my team's Git workflow?

Safe Git staging prevents committing sensitive files by emphasizing which files to exclude and avoiding secrets. Pre-commit guidance checks your staged files against safety rules before finalizing the commit, ensuring sensitive data is never pushed.

What is the best way to create documented pull requests with templates?

Yes, you can automate push retries and PR creation in a single workflow. The process executes step-by-step instructions to commit, push with retry logic, and generate a templated pull request, streamlining the entire software project workflow.

Do I need any specific tools to use conventional commits and PR templates?

No specific external tools are required as dependencies to apply conventional commits and PR templates. The skill operates independently to enforce messaging consistency and guide pull request documentation across teams.

Why should I avoid committing certain files when pushing to origin?

You should avoid committing certain files to prevent exposing secrets and maintain a clean Git history. Safe staging practices ensure only appropriate files are committed, safeguarding sensitive data during the push and pull-request workflow.