commit

Installation
SKILL.md

Commit Message Assistant | Commit Message 助手

Generate well-formatted commit messages following the Conventional Commits standard.

根據 staged 的變更,產生符合 Conventional Commits 格式的 commit message。

Workflow | 工作流程

  1. Detect language - Read .standards/manifest.json → check options.output_language. If not found, default to english.
  2. Check status - Run git status and git diff --staged to understand changes
  3. Analyze changes - Determine the type (feat, fix, refactor, etc.) and scope
  4. Generate message - Create a commit message following the format for the detected language (see below)
  5. Confirm and commit - Ask user to confirm before executing git commit

Message Format | 訊息格式

<type>(<scope>): <subject>
Related skills
Installs
17
GitHub Stars
64
First Seen
Jan 29, 2026