Communityライティング&編集github.com

BOUAHMEDimane/cursor-commit-message-helper

Cursor Agent Skill for writing conventional commit messages

cursor-commit-message-helper とは?

cursor-commit-message-helper is a Cursor agent skill that cursor Agent Skill for writing conventional commit messages.

対応~Claude Code~Codex CLICursor
npx skills add BOUAHMEDimane/cursor-commit-message-helper

Installed? Explore more ライティング&編集 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

お気に入りのAIに質問する

このエージェントスキルを事前に読み込んだ状態で新しいチャットを開きます。

ドキュメント

Commit Message Helper

Format

Use Conventional Commits:

():

[optional body explaining WHY, not WHAT]

Types

TypeUsage
featNew feature
fixBug fix
docsDocumentation only
styleFormatting, no logic change
refactorCode change without feat/fix
testAdding or updating tests
choreMaintenance (deps, config)

Rules

  1. Subject line: max 72 characters, imperative mood ("add" not "added")
  2. Scope is optional but recommended (e.g. auth, api, ui)
  3. Body explains why, not what (the diff shows what)
  4. One logical change per commit

Workflow

  1. Run git diff --staged to see staged changes
  2. Identify the primary type and scope
  3. Draft the message
  4. Verify: subject ≤ 72 chars, imperative mood, explains why if non-obvious

Examples

Feature: feat(auth): add JWT token refresh endpoint

Prevents users from being logged out during long sessions

Bug fix: fix(reports): correct date formatting in timezone conversion

Timestamps were displayed in local time instead of UTC

Documentation: docs: add setup instructions to README

関連スキル

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community