git-commit

Installation
SKILL.md

Git Commit Guidelines

Follow these rules when creating commits for this repository.

The 7 Rules

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood ("Add feature" not "Added feature")
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how

Key Principles

Be concise, not verbose. Every word should add value. Avoid unnecessary details about implementation mechanics - focus on what changed and why it matters.

Subject line should stand alone - don't require reading the body to understand the change. Body is optional and only needed for non-obvious context.

Related skills

More from cloudflare/sandbox-sdk

Installs
41
GitHub Stars
1.0K
First Seen
Feb 7, 2026