commit-helper

Generate conventional commit messages from staged git changes.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/swarm-agent/swarm --skill commit-helper-swarm-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-helper
Source: https://github.com/swarm-agent/swarm/tree/main/packages/swarm/src/skill/builtin/commit-helper
Command: npx skills add https://github.com/swarm-agent/swarm --skill commit-helper-swarm-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps write clear, conventional commit messages, improving history readability and automation in your VCS workflow.

Core Features & Use Cases

  • Subject/Body/Footer: Generate a concise subject line and a well-structured body and footer.
  • Conventional Types: Support types like feat, fix, docs, style, refactor, perf, test, chore.
  • Contextual Guidance: Analyze staged changes and context to tailor messages.

Quick Start

Analyze your changes with git diff --staged and git status to gather context, then generate a conventional commit message with the appropriate type and scope, and paste it into your commit command.