Back to list
jxxcarlson

commit

by jxxcarlson

0🍴 0📅 Jan 25, 2026

SKILL.md


name: commit description: Run tests and commit changes if tests pass

Run tests and commit changes if tests pass.

Instructions

  1. Run the elm compiler on all changed or added files. If there are any errors, display the and stop here.
  2. Run elm-test to execute all tests
  3. If tests fail:
    • Display the failure message to the user
    • Do NOT proceed with the commit
    • Stop here
  4. If tests pass:
    • Run git status to see all changes
    • Run git diff to see the actual changes
    • Run git log --oneline -3 to see recent commit style
    • Stage all relevant changed files (do not stage files that contain secrets)
    • Create a detailed commit message that:
      • Has a concise summary line explaining the purpose of the changes
      • Includes a body with bullet points describing the substance of changes
      • Ends with Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    • Commit the changes
    • Display the commit hash and summary to the user

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon