diff --git a/.agents/skills/commit-message/SKILL.md b/.agents/skills/commit-message/SKILL.md index e9e160d74..6a44ebf09 100644 --- a/.agents/skills/commit-message/SKILL.md +++ b/.agents/skills/commit-message/SKILL.md @@ -1,97 +1,169 @@ --- name: commit-message -description: Suggest a Braintrust SDK repo-style commit message from the current diff and conversation. Use when asked to write, suggest, or generate a commit message for the current changes. +description: Generates a meaningful conventional commit message (title + body) from the current diff and conversation context. Use when asked to write, suggest, or generate a commit message for the current changes. --- -# Commit Message +# Commit Message Generator -Generate a single commit message that matches the style used on `main` in this repo. +Generate a conventional commit message based on the staged/unstaged diff and the surrounding conversation. -## Repo Style +## Conventional Commits Format -Prefer: +``` +(): + + -```text -(): +