Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Commit WriterNew to Visual Studio Code? Get it now.
Commit Writer

Commit Writer

Sani Yakubu

|
201 installs
| (1) | Free
AI-powered commit message generator that analyzes your code changes to create meaningful, conventional commits automatically
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Commit Writer

Commit Writer is a Visual Studio Code extension that reads your Git changes and writes a short AI generated commit command into the integrated terminal.

Features

  • Generates concise commit messages from your current Git diff.
  • Uses Conventional Commits style, such as fix: escape commit message.
  • Shows a Generate Commit button in the VS Code status bar when the folder is a Git repository.
  • Opens the integrated terminal and writes the generated git commit -m "..." command for you to review.

Requirements

  • Visual Studio Code
  • Git installed
  • A workspace folder that is already a Git repository

How to use

  1. Open a Git repository in VS Code.

  2. Make changes to your files.

  3. Click Generate Commit in the status bar.

  4. Commit Writer checks both unstaged and staged changes.

  5. The integrated terminal opens.

  6. The extension writes a generated command like:

    git commit -m "fix: update auth token"
    
  7. Review the message in the terminal.

  8. Press Enter to run it, or edit the message before running it.

Command Palette

You can also run the extension from the Command Palette:

  1. Press Ctrl+Shift+P.
  2. Search for Generate Commit.
  3. Run the command.

Troubleshooting

  • If Generate Commit does not appear, make sure the current folder has a .git directory.

  • If you see No changes detected, make or stage a Git change first.

  • If the terminal opens but does not commit automatically, that is expected. Review the command and press Enter.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft