#379 · Primary category: AI Coding Assistants

gentleman-guardian-angel

😇 Gentleman Guardian Angel (gga) - Provider-agnostic code review using AI. Use Claude, Gemini, Codex, Ollama to enforce your coding standards.

Project last updated:07/08/26

GitHub Stars

1.1K

Forks

157

Contributors

8

License

MIT

Why we included this project

This is a pre-commit hook that puts an AI reviewer between your staged files and the repository. It reads AGENTS.md, checks the files you're about to commit against the standards in there, and hands them to whichever model you configure (Claude, Gemini, Codex, or local options like Ollama and LM Studio), then passes or fails the commit with detailed feedback. The core is pure Bash with no runtime framework, so it runs on macOS, Linux, and Git Bash on Windows, and smart caching skips unchanged files so routine work doesn't slow down. There's also a PR review mode for assessing an entire pull request rather than just the latest commit. If you have coding standards your team keeps ignoring, this is a lightweight way to automate the senior-reviewer step without locking anyone into one vendor.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category