generating-conventional-commits
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
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
Przygotuj zmiany w repozytorium Git — upewnij się, że wszystkie istotne modyfikacje są dodane do staging area (git add).
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".
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".
Przejrzyj zaproponowaną wiadomość — sprawdź, czy dokładnie opisuje Twoje zmiany i czy typ (feat, fix, refactor, docs itp.) jest prawidłowy.
Zaakceptuj wiadomość i użyj jej w swoim poleceniu git commit, lub poproś umiejętność o zmianę, jeśli chcesz inną wersję.
Powtarzaj ten proces dla każdego commita — konsekwentne stosowanie standardu Conventional Commits ułatwia przeglądanie historii projektu i automatyzację wydań.