AI AGENT ADDONS

Writing clear commit messages is a key part of working on a team project. This helper tool guides you step by step to create commits and pull requests that follow CockroachDB rules. It helps you keep your version history neat and easy to understand.

The process starts with analyzing your changes using git diff. Then you identify the affected package. You are asked for an issue number and if release notes are needed. The tool helps you write a short subject line and a detailed body. Finally it adds the release note with the right category like bug fix or performance improvement.

Using this skill makes code reviews faster and prevents confusion. Your team will know exactly what changed and why. It is ideal for anyone contributing to CockroachDB projects.

Add Commit Helper skill to your workflow

Global

mkdir -p ~/.claude/skills/commit-helper

Project

mkdir -p .claude/skills/commit-helper

Source Repository

Stars
32,228
Forks
4,063
Watchers
32,228
License
NOASSERTION
Last Push
1 month ago
Created
12 years ago