askill
conventional-commits

conventional-commitsSafety 95Repository

Format all commit messages per the Conventional Commits v1.0.0 spec. Use when creating commits, reviewing commit messages, or discussing git workflow.

0 stars
1.2k downloads
Updated 2/24/2026

Package Files

Loading files...
SKILL.md

Conventional Commits

Spec: https://www.conventionalcommits.org/en/v1.0.0/

Format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Types

  • feat — new feature (SemVer MINOR)
  • fix — bug fix (SemVer PATCH)
  • Also permitted: build, chore, ci, docs, style, refactor, perf, test

Rules

  • Scope is optional, in parentheses: feat(parser):
  • Description MUST immediately follow the colon and space
  • Body is optional, separated by one blank line from description
  • Footers are optional, separated by one blank line from body
  • Breaking changes: add ! before colon OR use BREAKING CHANGE: footer (SemVer MAJOR)
  • BREAKING CHANGE MUST be uppercase
  • Footer tokens use hyphens for spaces (e.g., Acked-by)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 3/1/2026

Well-structured reference skill for Conventional Commits standard. Covers format, types, and rules comprehensively. Has clear when-to-use guidance and tags. Located in dedicated skills folder. Lacks executable commands or examples but provides accurate technical reference content suitable for any project using conventional commits.

95
85
85
72
55

Metadata

Licenseunknown
Version-
Updated2/24/2026
Publishersimpleapps-com

Tags

ci-cdtesting