commit

Generate git commit messages from staged changes with user review prompts.

3|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ncaq/konoka --skill commit-ncaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/ncaq/konoka/tree/main/plugins/commit/skills/commit
Command: npx skills add https://github.com/ncaq/konoka --skill commit-ncaq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git commit messages are often inconsistent or missing context. This skill automates crafting and reviewing commit messages based on staged changes, helping maintain a clean history.

Core Features & Use Cases

  • Automated Message Drafting: Generate concise, descriptive commit messages from diffs.
  • Review & Edit: Allow user to review and optionally edit before finalizing.
  • Workflow Integration: Integrates with common Git workflows and supports strict styles like commit-style.

Quick Start

Prompt the system to generate a commit message from staged changes and review it before committing.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I generate a git commit message from staged changes automatically?

You can automate crafting git commit messages by analyzing your staged changes to generate concise, descriptive drafts. The system reads the diff, applies style rules, and produces a message ready for your review.

Can I review and edit the automated commit message before finalizing it?

Yes, you can review and optionally edit the generated commit message before finalizing it. The workflow includes user confirmation prompts to ensure you maintain full control over the commit history.

What is the best way to maintain consistent git commit messages in a collaborative project?

Automating message drafting from staged changes is the best way to maintain consistent git commit messages in collaborative projects. It enforces strict styles and templates, ensuring a clean and descriptive history.

Does this commit message generator support strict commit-style rules and templates?

Yes, the commit message generator supports strict commit-style rules and templates. It integrates with common Git workflows to guide the automated drafting process according to your specific formatting requirements.