commit-rules

Enforces standardized commit message formatting and technical constraints for code changes.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill commit-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-rules
Source: https://github.com/tobihagemann/turbo/tree/main/skills/commit-rules
Command: npx skills add https://github.com/tobihagemann/turbo --skill commit-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces consistent and standardized commit message formatting, ensuring clarity and maintainability in the project's version control history.

Core Features & Use Cases

  • Standardized Commit Messages: Adheres to specific rules for conciseness, imperative mood, and present tense.
  • Technical Constraint Enforcement: Prevents bypassing commit signing and guides users on resolving signing failures.
  • Use Case: When committing code changes, this skill ensures that the commit message follows the project's established guidelines, making it easier for team members to understand the purpose of each change at a glance.

Quick Start

Ensure your next commit message adheres to the project's established style guide.

Frequently Asked Questions about commit-rules

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

FAQPage Schema
How do I enforce standardized git commit messages?

To enforce standardized git commit messages, you can apply rules that require concise, imperative, and present tense descriptions, ensuring consistency in version control history.

What are the rules for writing imperative mood commit messages?

Imperative mood commit messages require concise, present tense, and descriptive statements, ensuring the purpose of each code change is immediately clear to team members.

How to prevent bypassing commit signing in version control?

To prevent bypassing commit signing in version control, apply technical constraints that block unsigned commits and guide developers on resolving any signing failures.

Can I use commit message rules to improve code review workflows?

Yes, you can use commit message rules to improve code review workflows by ensuring every commit has a clear, descriptive, and standardized message for easier review.

What is the best way to maintain consistency in git commit history?

The best way to maintain consistency in git commit history is by enforcing standardized formatting rules that dictate message style, mood, and tense for all code changes.