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.3.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.3-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ai_git_assistant-1.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 cc0aed2e0e8b355f871ac70b96daf99f80f818526baa2a204197281ae93a9350
MD5 f72a12cd2f43e655f923c8366b0c4281
BLAKE2b-256 573d40c2df48a4d011590f37126b9cb257aca6376b11b4314e07e3e177e6c17b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ai_git_assistant-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 60b8d36d9729eb7841b5d05a2f72dce62a2baafe56edc4a4986e9bad2c5ec94c
MD5 b5aa1dab486283d44c813b215c33356b
BLAKE2b-256 f6a0ba13cb59244843f3a3eaa2863515769b52ae02163d1f40bb56a93214a0ff

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