G
Freedeveloper-toolsUniversal
git-commit-writer-codex
Generate professional Conventional Commits in Russian from staged Git changes.
skill install https://www.promptspace.in/skills/git-commit-writer-codexWhat it does
This skill turns staged Git diffs into clear, professional commit messages in the Conventional Commits format. It inspects the actual staged changes, picks the right type and scope, and writes the subject line and optional body in Russian by default.
Why use this skill
Good commit messages are easy to postpone and easy to do poorly. This skill follows a structured workflow: it checks staged changes first, handles large diffs by focusing on the important files, and flags breaking changes or mixed concerns that may deserve separate commits. It saves time and produces commit messages that are easier to read, review, and keep in history.
Supported tools
- Git CLI workflows with staged changes
- Conventional Commits 1.0.0
- Breaking change and issue-tracking footers
Best for
- Russian-speaking development teams
- Developers who want consistent commit history
- Projects that use staged commits and Conventional Commits
Use cases
- Standardize commit history across a Russian-speaking team
- Automatically identify breaking changes in staged code
- Summarize complex diffs into structured bullet points
- Enforce Conventional Commits specification without manual effort
Example
Prompt
Write a commit message for my staged changes.
Output
feat(auth): добавить двухфакторную аутентификацию через SMS - Добавлена интеграция с API провайдера Gateway - Обновлена схема базы данных для хранения кодов - Реализован интерфейс ввода кода в личном кабинете Closes #102
Frequently asked questions
This skill automatically analyzes your staged Git diffs and generates structured messages (feat, fix, refactor, etc.) in Russian, ensuring your project history remains professional and consistent without manual effort.