Gentleman-Programming/gentleman-guardian-angel
A provider-agnostic AI code review tool that runs on git commits to validate staged files against coding standards defined in AGENTS.md.

Gentleman Guardian Angel (GGA) is a pure Bash CLI tool that leverages various AI LLM providers to perform automated code review on staged git files. It validates code against project-specific rules defined in an AGENTS.md configuration file, blocking commits that fail to meet defined coding standards. The tool integrates into the git commit workflow as a pre-commit check, functioning as an AI-powered linting and enforcement system for coding standards across development teams.