committer

Generate conventional git commit messages with emoji prefixes.

87|26|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/databricks-solutions/apx --skill committer-databricks-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: committer
Source: https://github.com/databricks-solutions/apx/tree/main/.claude/skills/commiter
Command: npx skills add https://github.com/databricks-solutions/apx --skill committer-databricks-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline the git commit process, making it easier to create well-formatted commits with emoji prefixes and conventional commit messages.

Core Features & Use Cases

  • Conventional Commit Messages: Generates commits with emoji prefixes and conventional commit messages, enhancing readability and maintainability.
  • Commit Creation: Supports the creation of commits with specific types such as feature, fix, refactor, etc., following the commit message conventions.
  • Use Case: When you want to commit changes, push code, or ask to use the "just pm" command, this Skill simplifies the process with clear instructions and easy-to-follow guidelines.

Quick Start

To commit changes with emoji prefix and conventional commit style, run the command: just pm "<emoji> <type>: <description>"

Frequently Asked Questions about committer

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

FAQPage Schema
How do I create conventional commit messages with emoji prefixes in git?

Conventional commit messages with emoji prefixes are generated by running the command `just pm "<emoji> <type>: <description>"`. This formats git commits with specific types like feat, fix, or refactor to maintain a consistent commit history.

What is the best way to organize and maintain a consistent git commit history?

Organizing a consistent git commit history is achieved by using conventional commit types like feat, fix, and refactor paired with emoji prefixes. This practice enhances overall readability and maintainability of the project log.

Does this git commit workflow support different commit types like feature and refactor?

Yes, this git commit workflow supports creating commits with specific types such as feature, fix, and refactor. It follows conventional commit message conventions to encourage good practices and simplify the development process.

Can I push code and commit changes using a single command?

Yes, you can commit changes and push code using a single command. By running `just pm "<emoji> <type>: <description>"`, the workflow simplifies the process with clear instructions and easy-to-follow guidelines for git operations.