DEV Community

abduznik
abduznik

Posted on

I consolidated my Git automation scripts into a unified AI stack: Git-Alchemist

Git-Alchemist ⚗️

I’ve been working on this tool for a couple of months now. It actually started as a
collection of loose PowerShell scripts I wrote to handle my own GitHub maintenance
(updating my profile, tagging repos, etc.).

I finally decided to combine them all into a unified project. I ported everything to
Python and built Git-Alchemist. It uses Gemini 3 and Gemma 3 to automate the boring
parts of Git management—like writing descriptions, scaffolding project structures
in safe workspaces, and now 'Forging' entire Pull Requests from local changes
in a single command. I'm really happy with how the consolidation turned out
and wanted to share it with the community.

Key Features:

  • Forge: Automated PR creation from local changes.
  • Architect: Safe project scaffolding.
  • The Sage: Contextual codebase chat.

Check it out here: https://github.com/abduznik/Git-Alchemist

Landing Page: https://abduznik.github.io/Git-Alchemist/

Top comments (0)