Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>ClawdCommitNew to Visual Studio Code? Get it now.
ClawdCommit

ClawdCommit

ShiftinBits Inc

|
2 installs
| (1) | Free
Generate git commit messages with Claude Code CLI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ClawdCommit

A VS Code extension that generates git commit messages using the Claude Code CLI.

Stage your changes, click the button in the Source Control title bar, and ClawdCommit will draft a commit message based on your staged diff and recent commit history using Claude Code CLI.

Prerequisites

  • VS Code 1.85+
  • Claude Code CLI installed and available on your PATH
  • A git repository open in VS Code

Running locally

  1. Clone the repo and install dependencies:

    git clone <repo-url>
    cd ClawdCommit
    npm install
    
  2. Open the project in VS Code.

  3. Press F5 (or Run > Start Debugging). This launches a new Extension Development Host window with the extension loaded.

  4. In the Extension Development Host, open a git repository, stage some changes, and click the ClawdCommit icon in the Source Control title bar.

Development build

npm run compile

This type-checks with tsc then bundles with esbuild into dist/extension.js.

Packaging as a .vsix

npx @vscode/vsce package

This produces a .vsix file you can install in VS Code via Extensions > Install from VSIX....

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft