commits:create

Create conventional commits from staged Git changes.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill commits-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commits:create
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/commits%3Acreate
Command: npx skills add https://github.com/awinogradov/code-assistants --skill commits-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of conventional commits, streamlining the process of analyzing staged changes and grouping them into atomic commits for better review and changelog management.

Core Features & Use Cases

  • Intelligent Grouping: Analyze and group changes into multiple atomic commits for better review.
  • Conventional Commit Creation: Automatically generate conventional commit messages based on the changes.
  • Autopilot Mode: Non-interactive mode for use in scripts or other automated workflows.
  • Use Case: When you need to commit changes in a repository, use this Skill to analyze the staged changes, categorize them, and create commits with appropriate messages.

Quick Start

To create a commit, use the commits:create skill with the optional commit context and --autopilot flag if applicable.

Frequently Asked Questions about commits:create

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

FAQPage Schema
How do I automate conventional commit creation from staged git changes?

Conventional commit automation analyzes staged git changes, categorizes file modifications, and generates commit messages following conventional commit guidelines. It intelligently groups changes into multiple atomic commits to streamline review and changelog management.

Can I run commit message generation in a non-interactive automated workflow?

Yes, you can run commit message generation in an automated workflow using the autopilot mode. This non-interactive feature allows you to integrate the conventional commit creation process into scripts or other automated pipelines without manual input.

Do I need git and gh installed to use automated commit generation?

Yes, you need both git and gh installed to use automated commit generation. The Skill requires Git and various command-line tools for execution to analyze staged changes and apply the categorized commits to your repository.

How does intelligent grouping work for atomic commits?

Intelligent grouping for atomic commits works by analyzing your staged file modifications and categorizing them into logical units. This process generates separate conventional commit messages for each group to improve code review and changelog management.

What is the best way to ensure consistent conventional commit messages across a team?

The best way to ensure consistent conventional commit messages is to automate their creation based on staged changes. This Skill categorizes file modifications and generates standardized messages, eliminating manual formatting errors and streamlining changelog management.