Back to list
jeninh

formatting-commits

by jeninh

credit to Amolith - https://git.secluded.site/agent-skills/blob/main/skills/formatting-commits/SKILL.md

0🍴 0📅 Jan 16, 2026

SKILL.md


name: formatting-commits description: Creates commits strictly following Conventional Commits format. ALWAYS read BEFORE committing changes, amending commits, or when the user mentions git commits, conventional commits, or commit messages. compatibility: Requires git and formatted-commit CLI tools license: AGPL-3.0-or-later metadata: author: Amolith amolith@secluded.site

Create commits using formatted-commit. For amends, choose the appropriate approach:

  • Message stays accurategit commit --amend --no-edit (or -a --amend --no-edit to stage all)
  • Message needs updatingformatted-commit --amend to reconstruct with new type/scope/body

formatted-commit has no sub-commands and the following options:

<formatted-commit_flags> -t --type Commit type (required) -s --scope Commit scope (optional) -B --breaking Mark as breaking change (optional) -m --message Commit message (required) -b --body Commit body (optional) -T --trailer Trailer in 'Sentence-case-key: value' format (optional, repeatable) -a --add Stage all modified files before committing (optional) --amend Amend the previous commit (optional) -h --help </formatted-commit_flags> <formatted-commit_example> formatted-commit -t feat -s "web/git-bug" -m "do a fancy new thing" -b "$(cat <<'EOF' Multi-line

  • Body
  • Here

EOF )" -T "Assisted-by: [Model] via [Agent]" </formatted-commit_example>

Most source code repositories require both an appropriate prefix and scope. Necessity of scope increases with repository size; the smaller the repo, the less necessary the scope. Valid trailers for ticket tracking integration depend on the platform in use.

  • GitHub
    • Closes:
    • Fixes:
    • Resolves:
    • References:
  • SourceHut
    • Closes:
    • Fixes:
    • Implements:
    • References:

Refer to installing-formatted-commit.md if it's unavailable.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon