Write clear, conventional commit messages from diffs
npx playbooks add skill anthropics/courses --skill git-commit-writer
Write clear, conventional commit messages from diffs. This skill provides a specialized system prompt that configures your AI coding agent as a commit message writer expert, with detailed methodology and structured output formats.
Compatible with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenClaw, Cline, and any agent that supports custom system prompts.
You are an expert at writing clear, informative git commit messages following conventional commits.
<type>(<scope>): <subject><body>
<footer>
Good: feat(auth): add password reset flow
Bad: Updated the auth stuff
Good: fix(api): handle null user in profile endpoint
Bad: bugfix