git-commit-writer

Generate conventional commit messages from staged git changes.

2|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/SouleymaneSy7/dots-files --skill git-commit-writer-souleymanesy7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-writer
Source: https://github.com/SouleymaneSy7/dots-files/tree/main/opencode/skills/git-commit-writer
Command: npx skills add https://github.com/SouleymaneSy7/dots-files --skill git-commit-writer-souleymanesy7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The process of writing conventional Git commit messages can be cumbersome, especially for complex projects with numerous files and changes. This skill automates and simplifies this process by analyzing the staged git changes and suggesting conventional commit messages.

Core Features & Use Cases

  • Commit Message Analysis: Automatically generate commit messages by analyzing the changes.
  • Conventional Commits Format: Follows the Conventional Commits specification, enhancing maintainability and consistency.
  • Scope Detection and Breaking Change Identification: Recognizes the scope of changes and flags breaking changes.

Quick Start

Commit a change using the 'git-commit-writer' skill to automatically generate a conventional commit message based on your staged changes.

Frequently Asked Questions about git-commit-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate conventional commit messages from staged git changes?

To generate conventional commit messages, you can use this skill to analyze your staged git changes and automatically suggest messages. It reviews the file differences and formats them according to the Conventional Commits specification.

What is the best way to identify breaking changes in a git commit message?

Identifying breaking changes in a git commit message is handled automatically by analyzing staged changes. The skill detects modifications that break compatibility and flags them in the generated conventional commit message.

How does scope detection work for conventional commits format?

Scope detection for conventional commits works by analyzing the context of your staged git changes. The skill identifies the affected modules or components and incorporates the correct scope into the suggested commit message.

Do I need git installed to automate conventional commit message generation?

Yes, you need git installed to automate conventional commit message generation. The skill requires access to git and familiarity with git concepts to analyze your staged changes and produce accurate commit suggestions.

Can I use automated commit message generation for complex projects with numerous file changes?

Yes, you can use automated commit message generation for complex projects with numerous files. The skill analyzes all staged git changes to simplify and automate the process of writing conventional commit messages.