commit

Generate conventional commit messages from staged Git diffs and apply them.

37|20|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/fieldsphere/cursor-team-marketplace-template --skill commit-fieldsphere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/fieldsphere/cursor-team-marketplace-template/tree/main/plugins/cursor-starter-pack/skills/commit
Command: npx skills add https://github.com/fieldsphere/cursor-team-marketplace-template --skill commit-fieldsphere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of conventional commit messages by analyzing staged changes, producing a concise, compliant subject line to be used with git commit, saving time and reducing human error.

Core Features & Use Cases

  • Automated message generation: Inspects staged diffs to infer a suitable type, scope, and subject.
  • One-line subjects: Ensures messages follow the conventional commits format (type(scope): subject).
  • Seamless git integration: Executes git commit with the generated message and can optionally bypass prompts.

Quick Start

Commit changes by asking the assistant to create a conventional commit for your current changes.

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?

To generate conventional commit messages automatically, the Skill analyzes your Git staging area diffs to infer the type, scope, and subject, then applies it directly with git commit to ensure standardized version-control messages.

What is a conventional commit and how does automated message generation work?

A conventional commit follows the type(scope): subject format, and automated generation works by inspecting staged Git diffs to infer the appropriate type and scope, producing a compliant one-line subject for your code changes.

Do I need staged changes to automate a conventional commit in my workflow?

Yes, you need a Git repository with staged changes because the conventional commit generation relies on analyzing the current staging area diffs to determine the correct type, scope, and subject for the commit message.

Can I bypass Git commit prompts when automating conventional commits?

Yes, you can bypass Git commit prompts when automating conventional commits because the Skill executes git commit with the generated message and optionally supports bypassing prompts for a seamless workflow integration.

What's the best way to ensure standardized commit messages for code and documentation updates?

The best way to ensure standardized commit messages is to use automated conventional commit generation, which analyzes staged changes for bug fixes or documentation updates and produces a concise, compliant subject line to reduce human error.