Agent skill

dev-swarm-draft-commit-message

Draft a conventional commit message when the user asks to commit code.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/dev-swarm-draft-commit-message-x-school-academy-ai-dev-swarm

Metadata

Additional technical details for this skill

short description
Draft an informative commit message.

SKILL.md

AI Builder - Draft Commit Message

This skill drafts conventional commit messages that accurately summarize code changes based on git diff output.

When to Use This Skill

  • User asks to commit code changes
  • User requests a commit message draft
  • User wants to create a conventional commit message
  • Before committing changes to version control

Your Roles in This Skill

  • DevOps Engineer: Review git diff output and analyze code changes. Identify the type of change (feat, fix, refactor, etc.). Determine the scope of changes and affected components. Draft clear, concise commit messages following conventional commits format.

Role Communication

As an expert in your assigned roles, you must announce your actions before performing them using the following format:

As a {Role} [and {Role}, ...], I will {action description}

This communication pattern ensures transparency and allows for human-in-the-loop oversight at key decision points.

Instructions

Draft a conventional commit message that matches the change summary by git diff.

Requirements:

  • Use git diff command first, then summary the changes
  • Use the Conventional Commits format: type(scope): summary
  • Use the imperative mood in the summary (for example, "Add", "Fix", "Refactor")
  • Keep the summary under 72 characters
  • If there are breaking changes, include a BREAKING CHANGE: footer

Do not add content as below, to make the message shorter

Generated with xx
Co-Authored-By: xxx
``

Didn't find tool you were looking for?

Be as detailed as possible for better results