professional-commit-workflow

Official

Automatisierter Commit-Workflow mit Checks

Authortalent-factory
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Dieser Skill automatisiert den vollständigen Git-Commit-Workflow mit professionellen Pre-Commit-Checks, Emoji-Conventional-Commits und intelligenter Staging-Analyse. Er ersetzt langsame, promobasierte Abläufe durch modulare Scripts und zentralisierte Konfiguration.

Core Features & Use Cases

  • Automatische Projekterkennung (Java, Python, React/Node.js, Doc-Projekte)
  • Pre-Commit-Validierung mit projektspezifischen Checks
  • Emoji-Conventional Commits für konsistente Git-Historien
  • Intelligente Staging-Analyse mit automatischem Add
  • Atomare Commit-Empfehlungen bei mehreren logischen Änderungen
  • Zero Dependencies (nur Python-Standardbibliothek)

Quick Start

  • Via Claude Code: "Erstelle einen Commit mit dem professional-commit-workflow Skill"
  • Standard-Workflow: python scripts/main.py
  • Validate-only: python scripts/main.py --validate-only
  • Überspringe Checks: python scripts/main.py --no-verify

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: professional-commit-workflow
Download link: https://github.com/talent-factory/dotfiles/archive/main.zip#professional-commit-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository