スキル一覧に戻る
jls42

helping-with-commits

by jls42

🎮 LeapMultix transforme l'apprentissage des tables de multiplication en aventure interactive !

1🍴 0📅 2025年12月30日
GitHubで見るManusで実行

SKILL.md


name: helping-with-commits description: Automates Git commit creation with Conventional Commits. Use when user wants to commit changes. (project) allowed-tools: Read, Grep, Glob, Bash

Commit Helper

Create commits following Conventional Commits specification and project conventions.

Project-Specific Scopes

Use these scopes for leapmultix: arcade, i18n, ui, a11y, perf, pwa, test, deps

Omit scope if changes span multiple domains.

Validation Before Commit

Always run before committing:

npm run format:check  # If fails → npm run format
npm run lint          # If fails → npm run lint:fix
npm test
npm run i18n:compare  # Only if i18n/* modified

Project Examples

feat(arcade): add power-up system to Multimiam
fix(i18n): correct missing Spanish translation keys
refactor(ui): extract modal component logic
chore(deps): update jest to 29.7.0

Rules

  1. Never commit without user approval - Always show the commit message and wait for explicit validation
  2. Never mention AI in commit messages (no "Generated with Claude", no "Co-Authored-By: Claude")
  3. Never commit if tests fail (unless explicit WIP request)
  4. Never commit secrets or API keys
  5. Multiple changes = multiple commits if they have different types (feat + fix = 2 commits)

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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