A local code review assistant that wraps git diff operations into MCP tools. It exposes nine commands for PR workflows: get_pr_diff, review_pr_changes, generate_pr_title, generate_pr_description, generate_commit_message, scan_secrets, diff_stats, suggest_tests, and generate_changelog. Auto-detects your base branch (main, master, develop) so you don't need to specify it manually. The secret scanning catches API keys, AWS credentials, JWTs, and private keys before you commit. Built in .NET 9, works entirely offline, which makes it suitable for air-gapped environments or Azure DevOps setups. Reach for this when you want AI code review on local changes before pushing, or when reviewing a colleague's branch after checkout.