Back to list
nette

commit-messages

by nette

Official Claude Code plugins for Nette

29🍴 4📅 Jan 18, 2026

SKILL.md


name: commit-messages description: Invoke BEFORE committing changes

Commit Message Style

Follow these conventions for commit messages:

Basic Rules

  • Use lowercase
  • No period at the end
  • Use past tense for verbs ("added", "fixed" not "add", "fix")
  • Nouns are fine as-is ("fix" as noun is OK, e.g. "compatibility fix")
  • Keep first line under 50 characters when possible
  • Write in English only

Common Patterns

  • Feature additions: added [feature] (e.g., "added support for locale", "added |filter")
  • Bug fixes: fixed [issue] (e.g., "fixed escaping after {contentType xml}")
  • Improvements: [subject]: [improvement] (e.g., "Engine: refactoring", "Filters: is used as an instance")
  • Releases: Released version X.Y.Z (use when bumping version and creating a tag)
  • Deprecations: [method] deprecated
  • Breaking changes: Include "(BC break)" in message
  • Work in progress: wip for temporary commits
  • Updating the /vendor folder: vendor
  • Use [subject]: [description] format when it adds clarity:
    • CSS: reorganization - for CSS-related changes
    • Engine: refactoring traverser logic
  • Omit the subject when change affects the whole project generically
  • Use lowercase for generic references: presenters, templates, models

Routine/Maintenance Commits

Keep these simple without additional context:

  • vendor - for dependency updates
  • cs - for coding style fixes
  • typos - for typo corrections

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon