Skip to main content

Asistente inteligente para atuomatizar tareas de Git y GitHub

Project description

🤖 GitGPT - Intelligent Commit Assistant

📄 This README is also available in: Español

GitGPT is an intelligent tool that automatically suggests commit messages, and also provides a basic pull request template, combining heuristics, project structure, and a Machine Learning model. It's perfect for developers who want to keep their commits consistent and clear without wasting time.


🚀 Features

  • Detects changes in staged, unstaged, and untracked files.
  • Suggests commit messages based on:
    • The diff content (git diff)
    • The current branch name
    • The file type (code, documentation, style, test, etc.)
    • A Machine Learning model trained with common examples.
  • Supports multiple approaches for message suggestions:
    • 🔬 ML Model
    • ⚙️ Heuristic approach
    • 🎯 Thematic approach
    • 🔍 Descriptive approach
  • Option to create a new branch before committing.
  • Clean and easy-to-use CLI interface.

📦 Requirements

  • Python 3.7 or higher
  • Git installed and configured
  • Python dependencies (install via pip):
pip install -r requirements.txt

🛠 Installation

Clone the repository and copy git_assistant into the project repository you're working on:

https://github.com/LuisGH28/git_assitant.git
cd git_assitant

Then run the assistant:

python3 git_gpt.py

You can also install from PyPI:

pip install ai-git-assistant

🏗️ Project Structure

├── README.md
├── README.es.md
└── git_assistant
    ├── git_gpt.py
    ├── gitgpt_model.pkl
    └── requirements.txt

🧠 How It Works

  1. Detects modified files in the repository using git status.
  2. Classifies the files by type (documentation, code, tests, etc.).
  3. Extracts diffs (git diff) and relevant keywords.
  4. Generates several commit suggestions using different strategies.
  5. Allows you to select the most suitable message or write your own.
  6. Creates a .md file with a basic PR suggestion template.

💬 Example

$ ./gitgpt.py

Do you want to create a new branch? (Y/y): n
ℹ️ You will continue working on the current branch: fix/login-issue

Adding files:
+ login.py
Files added successfully.

💡 Commit suggestion #1:

fix: fixed issue in login.py

Do you want to use this message? (Y/y), (N/n) for another option, or press enter to write your own: n

💡 Commit suggestion #2:

fix(login): authentication error corrected

Do you want to use this message? (Y/y), (N/n) for another option, or press enter to write your own: y

✅ Commit successfully created.

🧪 Model Training

The ML model is based on Naive Bayes with TF-IDF vectorization. You can retrain it manually if desired:

python3 -c "import gitgpt; gitgpt.train_model()"

This will generate the gitgpt_model.pkl file.

The model is automatically trained if it doesn't exist or is corrupted.


🛠️ Development

  1. Clone the repository
  2. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # Linux/Mac
venv\Scripts\activate     # Windows
  1. Install dependencies:
pip install -e ".[dev]"
  1. Run tests:
pytest

🤝 Contributing

Contributions are welcome! Feel free to open an issue or a pull request with improvements, new strategies, or enhancements to the model.


📄 License

This project is licensed under the MIT License. Use it, modify it, and contribute freely!


🧑‍💻 Author

Created with ❤️ by Luigi


🌟 Like this project?

Give it a ⭐ on GitHub and share it with your team!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_git_assistant-1.0.4.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_git_assistant-1.0.4-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file ai_git_assistant-1.0.4.tar.gz.

File metadata

  • Download URL: ai_git_assistant-1.0.4.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for ai_git_assistant-1.0.4.tar.gz
Algorithm Hash digest
SHA256 9477532a7f798dd401e90e0abb99df1da8b3be6b1deaa93d8a6ad9ae815c93f2
MD5 59c30f4f64ce8725005392713a84a28d
BLAKE2b-256 b000a247bf3831b727136b1d1d8f5379d19085936a4b3a8c12b36bcd7f58d703

See more details on using hashes here.

File details

Details for the file ai_git_assistant-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_git_assistant-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8960e0a58171d1aefa0d26da05c01882d91750aa22174ec1e3df86bfd896e969
MD5 993cc579d0ad22b1c3f7ef63faf695a6
BLAKE2b-256 dec101d6c8667977fb7addef8a94c9389abb3708c51c4baf8093785b8e1bbbd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page