commit-format

Validate commit messages against Conventional Commits guidelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Shah-Aayush/pr-reviewer --skill commit-format-shah-aayush
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-format
Source: https://github.com/Shah-Aayush/pr-reviewer/tree/main/shared-skills/conventions/commit-format
Command: npx skills add https://github.com/Shah-Aayush/pr-reviewer --skill commit-format-shah-aayush

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that commit messages follow conventional commit standards, which helps maintain consistency and clarity across the project.

Core Features & Use Cases

  • Commit Format Validation: Checks that commit messages conform to the Conventional Commits format.
  • Error Reporting: Provides specific feedback on formatting errors, such as missing type prefixes, imperative mood, and length constraints.
  • Guidance on Fixing Issues: Offers suggested correct commit message formats.
  • Use Case: When creating or reviewing PRs, activate this Skill to ensure all commit messages meet the project's standards.

Quick Start

Activate the commit-format Skill by mentioning "check commit format" in your PR description or by updating the diff file.

Frequently Asked Questions about commit-format

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate commit messages against conventional commit standards?

You validate commit messages by activating this Skill to check their structure and content against Conventional Commits guidelines, ensuring clarity and consistency in code submissions.

What feedback does commit format validation provide when a message fails?

Commit format validation provides specific error reporting on missing type prefixes, imperative mood, and length constraints, while offering suggested correct commit message formats to fix the issues.

How do I check commit format during a PR review?

To check commit format during a PR review, activate the Skill by mentioning "check commit format" in your PR description or by updating the diff file to trigger validation.

Why do my commit messages fail conventional commit format checks?

Commit messages fail conventional commit format checks due to missing type prefixes, incorrect mood, or length constraint violations, which this Skill identifies and provides guidance on fixing.

Can I use this to enforce code standards for merge processes?

Yes, you can use this Skill to enforce code standards for merge processes by verifying that all commit messages follow conventional commit standards before integrating code submissions.