Toolverse
All skills

commit-messages

by khaneliman

Generate conventional commit messages based on staged changes. Use when writing commit messages, understanding conventional commit format, or ensuring consistent commit history.

Installation

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

Installation

Quick info

Category
Backend
Views
10

About this skill

Generate conventional commit messages based on staged changes. Use when writing commit messages, understanding conventional commit format, or ensuring consistent commit history.

How to use

  1. Zainstaluj skill commit-messages w swoim środowisku (dostępny w repozytorium khaneliman/khanelinix pod ścieżką modules/common/ai-tools/skills/commit-messages).

  2. Przygotuj zmiany do commitu — dodaj pliki do staging area za pomocą git add, tak aby skill mógł przeanalizować zmienione pliki.

  3. Uruchom skill, podając informację o zmianach. Skill przeanalizuje zmienione pliki i różnice (diff), aby określić typ commitu: feat dla nowych funkcji, fix dla poprawek błędów, docs dla zmian w dokumentacji, test dla testów, refactor dla refaktoryzacji, build/ci dla zmian w konfiguracji.

  4. Skill sprawdzi historię projektu (git log), aby dostosować się do istniejącego stylu — czy projekt używa formatu type(scope): subject czy path/to/file: subject (popularny w monorepo).

  5. Zaakceptuj wygenerowaną wiadomość commitu. Wiadomość będzie w trybie imperatywnym (np. "add feature" zamiast "added feature"), z subject nie dłuższym niż 72 znaki i opcjonalnym body wyjaśniającym motywację zmian.

  6. Jeśli potrzebujesz szczegółów na temat typów commitów, breaking changes lub alternatywnych konwencji, zapoznaj się z plikami reference.md i examples.md dostępnymi w repozytorium skilla.

Related skills

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140