Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
fredrikaverpil avatar

Git Commit

  • 41 installs
  • 251 repo stars
  • Updated August 4, 2026
  • fredrikaverpil/dotfiles

Ensures git commit messages follow the Conventional Commits specification and prompts for a Jira ticket number.

About

Defines the Conventional Commits format with type, scope, description, and footers to apply before running git commit. A developer uses it to keep commit messages consistent and reference the related Jira ticket.

  • Conventional Commits format with a table of types
  • Prompts for a Jira ticket number before committing

Git Commit by the numbers

  • 41 all-time installs (skills.sh)
  • Ranked #320 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/fredrikaverpil/dotfiles --skill git-commit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs41
repo stars251
Last updatedAugust 4, 2026
Repositoryfredrikaverpil/dotfiles

What it does

Ensures git commit messages follow the Conventional Commits specification and prompts for a Jira ticket number.

Files

SKILL.mdMarkdownGitHub ↗

Git Commit Messages

Write commit messages following the Conventional Commits specification.

Format

<type>(<scope>): <description>

[optional body]

[optional footer(s)]

Types

TypePurpose
featNew feature
fixBug fix
docsDocumentation only
styleCode style (formatting, no logic change)
refactorCode change that neither fixes a bug nor adds a feature
perfPerformance improvement
testAdding or correcting tests
buildBuild system or external dependencies
ciCI configuration
choreMaintenance tasks
revertReverts a previous commit

Rules

1. Use imperative mood in description ("add feature" not "added feature") 2. Do not end description with a period 3. Keep description under 72 characters 4. Separate subject from body with a blank line 5. Use the body to explain intent, nuances, gotchas, or background behind the change — not a paraphrase of the diff 6. Always ask the user for the Jira ticket number before committing. If there is one, include it as the last line in the commit body (e.g., XY-123). If there isn't one, omit it.

Breaking Changes

Add ! after type/scope or include BREAKING CHANGE: in footer:

feat(api)!: remove deprecated endpoints

BREAKING CHANGE: The /v1/users endpoint has been removed.

Scope

Optional. Use to specify area of change (e.g., api, ui, auth, db).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.