commit

Generate conventional commit messages and push changes to the repository.

223|68|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/Melvynx/aiblueprint --skill commit-melvynx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/Melvynx/aiblueprint/tree/main/claude-code-config/skills/git-commit
Command: npx skills add https://github.com/Melvynx/aiblueprint --skill commit-melvynx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of concise, conventional commit messages and pushes to the repository, reducing manual formatting mistakes and speeding up your release cycles.

Core Features & Use Cases

  • Conventional messages: Generates messages that follow the conventional commits specification for features, fixes, docs, and chores.
  • Auto-staging & Push: Automatically stages changes when needed and pushes to the current branch.
  • Use Case: When you have multiple small changes across files, generate a clean commit message and push in one step.

Quick Start

Use the commit skill to generate a conventional commit message for the current changes and push.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate conventional commit messages and push to git?

You can automate conventional commit messages and git push by running a command that auto-stages changes, generates messages following the conventional commits specification, and pushes to the current branch in one step.

What is the conventional commits format for git workflow?

The conventional commits format for git workflow is a specification used to structure commit messages for features, fixes, docs, and chores. Automating this process ensures deterministic messaging and reduces manual formatting mistakes across standard Git workflows.

How do I stage and commit multiple file changes at once?

To stage and commit multiple file changes at once, you can use auto-staging functionality within an automated commit tool. This automatically stages all current changes and generates a clean, concise conventional commit message before pushing to the repository.

Do I need local Git installed to auto-push conventional commits?

Yes, you need local Git installed to auto-push conventional commits. The automation requires a local Git environment to stage changes, generate deterministic conventional commit messages, and push directly to the current branch of your repository.

Does automated conventional commit messaging work for maintenance tasks and fixes?

Automated conventional commit messaging works for maintenance tasks and fixes by applying standard Git workflows across projects. It generates deterministic messages specifically categorized for features, fixes, docs, and chores, ensuring clean formatting for any maintenance work.