commit-helper — conventional commit messages commit-helper, chord-chart, community, conventional commit messages, ide skills, install commit-helper, git commit message format, Claude Code, Cursor, Windsurf

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/8/2026

Agent Capability Analysis

The commit-helper skill by yasudaProduct is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for conventional commit messages, install commit-helper, git commit message format.

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

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
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

commit-helper

Streamline your Git workflow with commit-helper. Learn how to implement conventional commit messages and improve collaboration. Get started now!

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)をコミットしない
  • 大きな変更は小さなコミットに分割
  • コミットは論理的な単位で行う

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is commit-helper?

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.

How do I install commit-helper?

Run the command: npx killer-skills add yasudaProduct/chord-chart/commit-helper. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for commit-helper?

Key use cases include: Standardizing commit messages with clear type indicators, Automating commit message validation for Pull Requests, Generating changelogs based on commit history and types.

Which IDEs are compatible with commit-helper?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for commit-helper?

Requires Git version control system. Specific to ChordBook project guidelines and conventions.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add yasudaProduct/chord-chart/commit-helper. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use commit-helper immediately in the current project.

Related Skills

Looking for an alternative to commit-helper or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

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
AI

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
AI