Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Git Commit

Skill Verifiziert Aktiv

Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.

Zweck

To help users create well-crafted, conventional git commit messages automatically, improving commit history clarity and consistency.

Funktionen

  • Review staged and unstaged changes
  • Draft commit messages following conventional commits
  • Focus on 'why' changes were made
  • Enforce message length and structure
  • Utilize standard git commands

Anwendungsfälle

  • When user wants to save changes with a good commit message
  • After making code changes and staging them
  • When unsure about commit message best practices
  • To maintain a consistent commit history

Nicht-Ziele

  • Pushing commits to remote repositories
  • Skipping git hooks or verification
  • Performing destructive git operations beyond standard commit amends/resets

Praktiken

  • Conventional Commits
  • Code Review
  • Version Control Best Practices

Voraussetzungen

  • Git installed and configured
  • Staged changes in the repository
  • Bash and standard git commands available in the runtime environment

Documentation

  • info:READMEThe README is comprehensive but very long, though it does not detract from the core functionality described in the SKILL.md.

Installation

npx skills add SeifBenayed/claude-code-sdk

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commitabout 1 month ago
Sterne114
LizenzMIT
Status
Quellcode ansehen