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.2.tar.gz (10.5 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.2-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ai_git_assistant-1.0.2.tar.gz
  • Upload date:
  • Size: 10.5 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.2.tar.gz
Algorithm Hash digest
SHA256 587370151c5789b640aa76b7c34eb565e4961fe301500f467204c4b92cd52268
MD5 7d8be2bf90f794bb346925b375134be4
BLAKE2b-256 9138ae78f7d0230119344fc46194e63a819ebe4c12e3e290c0bac9c31967dbc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ai_git_assistant-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 07361be5b0a81c49efc85e3515744e3a30ef99d69f54c22b7cec0faf1e87a751
MD5 d7623da43b6e7c91ec6fc144554663b7
BLAKE2b-256 86e2787e29324c7f97edb41e0d69554708db45e0b2bfb685e3024817aae16868

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