Toolverse
All skills

generating-conventional-commits

by jeremylongshore

Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps

About this skill

Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and preparing to commit. Trigger with terms like \

How to use

  1. Przygotuj zmiany w repozytorium Git — upewnij się, że wszystkie istotne modyfikacje są dodane do staging area (git add).

  2. Wyzwól umiejętność, używając jednego z poleceń: "Generate a commit message for these changes", "Create a commit" lub "Write a commit message".

  3. Umiejętność przeanalizuje Twoje zmienione pliki i wygeneruje propozycję wiadomości commitów w formacie Conventional Commits, na przykład "feat: Implement user authentication" lub "fix: Resolve issue with incorrect password reset".

  4. Przejrzyj zaproponowaną wiadomość — sprawdź, czy dokładnie opisuje Twoje zmiany i czy typ (feat, fix, refactor, docs itp.) jest prawidłowy.

  5. Zaakceptuj wiadomość i użyj jej w swoim poleceniu git commit, lub poproś umiejętność o zmianę, jeśli chcesz inną wersję.

  6. Powtarzaj ten proces dla każdego commita — konsekwentne stosowanie standardu Conventional Commits ułatwia przeglądanie historii projektu i automatyzację wydań.

Related skills