Git Commit Writer Codex
by Sergey Leka
Generate professional Conventional Commits in Russian from staged Git changes.
Free
Works with the AI tools you already use
See it in action
You say
Я добавил 2FA через СМС и привязал интеграцию с Gateway. Напиши коммит на русском и закрой задачу #102.
Your agent does
feat(auth): добавить двухфакторную аутентификацию через SMS
- Добавлена интеграция с API провайдера Gateway
- Обновлена схема базы данных для хранения кодов
- Реализован интерфейс ввода кода в личном кабинете
Closes #102
About this skill
What 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
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
2 people have installed this skill.
Trust & safety
Security scanned
Verified clean 3 months ago
- Free to download with an account
Creator
Frequently Asked Questions
Popular in Documentation

Changelog & Release Notes Generator
Generate beautiful release notes and changelogs automatically from commits, pull requests, and deployments.

📝 Changelog Generator
Turn a local Git range, recent commit window, or tag comparison into plain Markdown release notes with tolerant Conventional Commit grouping, breaking-change detection, tagless fallback, and a reviewable SemVer suggestion.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.

✍️ Git Commit Writer
Generate Conventional Commit messages from your staged git diff: auto-detects type and scope from the changed files, flags breaking changes, and keeps work-in-progress out of the message. Clean, searchable history that plays nicely with automated changelog tools.