スキル一覧に戻る
duhenri9

commit-message

by duhenri9

Landing page oficial da WM3, criada para consolidar o reposicionamento da agência no mercado digital. Centraliza todos os links, serviços e projetos em um só hub estratégico, refletindo a nova fase da marca e a integração de soluções de automação e IA.

0🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: commit-message description: Generate commit messages following conventional commits with scope detection phases: [E, C]

Commit Message Generator

When to Use

Use this skill when creating commit messages or when the user asks to commit changes.

Instructions

  1. Analyze staged changes with git diff --staged
  2. Identify the type: feat, fix, refactor, docs, test, chore, style, perf
  3. Detect scope from the most changed directory or module
  4. Write a concise message focusing on "why" not "what"

Format

<type>(<scope>): <description>

[optional body explaining why, not what]

[optional footer: BREAKING CHANGE, Closes #issue]

Examples

  • feat(auth): add OAuth2 login with Google provider
  • fix(api): handle null response from payment gateway
  • refactor(db): extract connection pooling to separate module
  • docs(readme): add installation instructions for Windows

Guidelines

  • Keep subject line under 72 characters
  • Use imperative mood ("add" not "added")
  • Don't end subject with period
  • Separate subject from body with blank line

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です