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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ai_git_assistant-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 97701e4b19904de212ef2ee4b19b40d8b239bfcf248ced85b05b4b960b8f1744
MD5 f9fa096d70060b444badf487da7953b3
BLAKE2b-256 6053f3ebc3bdac528a72f472c4dbfd1257d851ca2f8e890a04130ff01ce68b49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ai_git_assistant-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1249e08ac80b795086b1516be425b7dc43053bc906210ded71f46188b9ddd961
MD5 7474309eed7afd625524d57c106e61e4
BLAKE2b-256 922cdc4dc30f2de978985d9d87cd1429527da21ec03348fc061e8cc9e2a4bb1a

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