commit

Generate conventional commit messages from staged changes using local AI.

2|7|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/chidekina/aria-superpowers --skill commit-chidekina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/chidekina/aria-superpowers/tree/main/skills/commit
Command: npx skills add https://github.com/chidekina/aria-superpowers --skill commit-chidekina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual and inconsistent commit messages slow down code reviews and reduce traceability. This Skill automatically generates conventional commit messages from your staged changes using local AI, aligning with your team’s conventions.

Core Features & Use Cases

  • Generate conventional commit messages from staged changes without leaving your editor or terminal.
  • Support for --push, --all, and --style options to tailor messages and apply commits directly.
  • Integrates with common workflows and tools (Lazygit, Ollama MCP) for frictionless commits in CI/CD and local development.

Quick Start

Run /commit to generate a message from staged changes and apply it to your local repository.

Frequently Asked Questions about commit

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

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

You can generate conventional commit messages automatically by running a command like /commit after staging your changes in Git, which uses local AI to analyze the diff and format the message.

Can I use local AI models with Ollama to write git commit messages?

Yes, you can use local AI models through Ollama or ARIA MCP to analyze staged changes and generate commit messages formatted to conventional commits standards directly in your local development environment.

How do I automatically push git commits after generating an AI message?

You can automatically push commits by using the --push variant when generating your AI commit message, which applies the commit to your local repository and pushes it in one step.

Does this AI commit tool work with lazygit workflows?

Yes, the AI commit generation integrates with lazygit and common local development workflows, allowing you to generate conventional commit messages without leaving your editor or terminal environment.

What are the limitations of using local AI for conventional git commits?

The limitation of using local AI for conventional git commits is that it requires a local AI service like ARIA MCP or Ollama to be running, as it depends on these tools to generate and format the commit messages.