VS Code Extensions
A

albertool-commit

by SidAlbertaodasmassa

Generate standardized commit messages for your team

Downloads

1

Rating

(0)

Version

0.0.1

Last updated

May 24, 2026

Generate standardized commit messages for your team with ease.

Features

  • 🐛 fix - Bug fixes
  • feat - New features
  • 🔧 chore - Maintenance tasks
  • 📚 docs - Documentation
  • ♻️ refactor - Code refactoring
  • test - Testing
  • 🎨 style - Code style
  • perf - Performance improvements

Usage

  1. Press Ctrl+Shift+P
  2. Select commit type
  3. Enter task/ticket number (optional)
  4. Enter commit title
  5. Enter detailed description (optional)
  6. Copy or edit the generated commit message

Output Example

fix(TASK-12345): Fix login error returning 500
Adds email validation
Improves error message handling

Requirements

  • VS Code 1.115.0 or higher

Enjoy! 🚀

Related extensions