KS
Killer-Skills

commit-helper — how to use commit-helper how to use commit-helper, commit-helper setup guide, git workflow best practices, conventional commit messages, commit-helper vs git flow, install commit-helper, what is commit-helper, commit-helper alternative, git commit message format

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing standardized Git workflow management. commit-helper is a skill that provides guidelines for Git workflows, including commit message formats and types such as feat, fix, and docs.

Features

Generates conventional commit messages using feat, fix, and docs types
Supports refactor, test, and chore commit types for code organization
Provides examples for commit messages, such as feat: add song search functionality
Follows a specific commit message format: <type>: <subject>
Includes guidelines for empty lines and wrapping in commit messages
Defines types for different commit purposes, including style and chore

# Core Topics

yasudaProduct yasudaProduct
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add yasudaProduct/chord-chart/commit-helper

Agent Capability Analysis

The commit-helper MCP Server by yasudaProduct is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use commit-helper, commit-helper setup guide, git workflow best practices.

Ideal Agent Persona

Perfect for Development Agents needing standardized Git workflow management.

Core Value

Empowers agents to enforce commit message conventions and types, such as feat, fix, and docs, for efficient collaboration among developers using Git, streamlining the development process with clear and consistent version control.

Capabilities Granted for commit-helper MCP Server

Standardizing commit messages with clear type indicators
Automating commit message validation for Pull Requests
Generating changelogs based on commit history and types

! Prerequisites & Limits

  • Requires Git version control system
  • Specific to ChordBook project guidelines and conventions
Project
SKILL.md
2.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

コミット・PR作成スキル

ChordBook プロジェクトの Git ワークフローガイドラインです。

コミットメッセージ規約

フォーマット

<type>: <subject>

Type 一覧

Type説明
feat新機能
fixバグ修正
docsドキュメントのみの変更
styleコードの意味に影響しない変更(空白、フォーマット等)
refactorバグ修正でも新機能でもないコード変更
testテストの追加・修正
choreビルドプロセスや補助ツールの変更

feat: 楽曲検索機能を追加
fix: ログイン時のエラーハンドリングを修正
docs: API仕様書を更新
refactor: Song エンティティのバリデーションを整理
test: SongController の単体テストを追加
chore: ESLint 設定を更新

コミット作成手順

  1. 変更内容を確認

    bash
    1git status 2git diff
  2. ステージング

    bash
    1git add <specific-files> # 特定ファイルを追加(推奨) 2# または 3git add -A # 全ファイル追加
  3. コミット

    bash
    1git commit -m "<type>: <subject>"

プルリクエスト作成

PR タイトル

コミットメッセージと同じ規約を使用:

feat: 楽曲検索機能を追加

PR 本文テンプレート

markdown
1## 概要 2<!-- 変更内容の簡潔な説明 --> 3 4## 変更内容 5- 6- 7 8## テスト方法 9- [ ] 10- [ ] 11 12## スクリーンショット(UI変更がある場合) 13 14## 関連Issue 15closes #

PR 作成コマンド

bash
1gh pr create --title "<type>: <subject>" --body "..."

ブランチ運用

ブランチ命名規則

feature/<機能名>    # 新機能
fix/<バグ名>        # バグ修正
docs/<ドキュメント名> # ドキュメント
refactor/<対象>     # リファクタリング

feature/song-search
fix/login-error-handling
docs/api-specification
refactor/song-validation

注意事項

  • コミット前に pnpm lint (FE) や dotnet build (BE) を実行
  • 機密情報(.env, credentials)をコミットしない
  • 大きな変更は小さなコミットに分割
  • コミットは論理的な単位で行う

Related Skills

Looking for an alternative to commit-helper or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication