validate-changes
FlorianBruniaux/claude-code-ultimate-guide
This tool leverages an LLM-as-a-Judge agent to thoroughly evaluate staged Git changes before they are committed. It checks for correctness, completeness, and safety issues, providing a detailed verdict (APPROVE, NEEDS_REVIEW, REJECT) and actionable feedback. It is essential for maintaining high code quality, especially in complex or security-sensitive code sections.