commit

Group uncommitted changes into conventional commits with gitmoji.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill commit-weorbitant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/weorbitant/compound-engineering-feat-python-plugin/tree/main/skills/commit
Command: npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill commit-weorbitant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Commit Skill helps developers turn scattered changes into organized, conventional commits with gitmoji, improving history clarity and collaboration.

Core Features & Use Cases

  • Analyze uncommitted changes and group them into logical commits.
  • Generate conventional commit messages with gitmoji according to a project’s guidelines.
  • Provide a guided workflow that respects atomic changes and reviews.

Quick Start

Run /commit to transform current changes into structured commits.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I group uncommitted git changes into conventional commits?

To group uncommitted git changes into conventional commits, this skill analyzes your working directory and organizes scattered edits into logical, atomic commits with consistent subject lines and optional body text.

What is the best way to generate gitmoji commit messages automatically?

The best way to generate gitmoji commit messages is using an automated workflow that analyzes your staged files and applies your project's conventional commit guidelines to produce clean, navigable history.

Can I split multi-file changes into separate atomic commits?

Yes, you can split multi-file changes into atomic commits. The workflow evaluates all uncommitted modifications and groups them into well-scoped commits, ensuring each change is isolated and logically structured.

Does this conventional commit workflow support feature work and bug fixes?

This conventional commit workflow supports both feature work and bug fixes. It evaluates your uncommitted changes and applies appropriate gitmoji formatting to produce a clean, navigable version-control history.

How do I enforce consistent subject lines for git version control?

To enforce consistent subject lines for git version control, the skill applies conventional commit standards and groups changes into atomic commits, ensuring your project history remains clear and navigable for collaboration.