Back to list
channingwalton

commit-helper

by channingwalton

3🍴 0📅 Jan 22, 2026

SKILL.md


name: commit-helper description: Generate conventional commit messages from staged changes. Runs autonomously using Haiku model. Use after completing TDD cycles, after refactoring sessions, or when ready to commit. context: agent

Commit Helper

Autonomous commit message generation that analyses staged changes and generates conventional commit messages.

When to Use

  • After completing a TDD cycle (tests pass)
  • After a refactoring session
  • After completing a task in the XP workflow
  • Whenever you have staged changes ready to commit

What It Does

  1. Checks git status for staged changes
  2. Reads the staged diff
  3. Checks recent commits for style consistency
  4. Analyses change type and scope
  5. Generates a conventional commit message

Conventional Commit Format

<type>: <summary>

[optional body]

[optional footer]

Types

TypeUse For
featNew feature
fixBug fix
refactorCode restructuring (no behaviour change)
testAdding/updating tests
docsDocumentation only
choreBuild, tooling, dependencies

Summary Rules

  • Under 50 characters
  • Imperative mood ("add" not "added")
  • No period at end
  • Capitalise first letter

Safety Rules

  • NEVER add contributors unless explicitly requested
  • NEVER commit files containing secrets
  • NEVER use --amend unless explicitly requested

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon