Pre-commit review: security scan, quality gates, 5-axis review, auto-fix.
Wird vor jedem Commit ausgeführt. Stellt sicher, dass keine Sicherheitslücken, Logikfehler oder Architekturprobleme ins Repository gelangen. Der 5-Achsen-Review deckt Korrektheit, Lesbarkeit, Architektur, Sicherheit und Performance ab.
# Pre-Commit Code Verification
Automated verification pipeline before code lands. Multi-axis review with quality gates, static scans,
baseline-aware checks, an independent reviewer subagent, and an auto-fix loop.
**Core principle:** No agent should verify its own work. Fresh context finds what you miss.
**Approval standard:** Approve a change when it definitely improves overall code health, even if it
isn't perfect. Perfect code doesn't exist — the goal is continuous improvement. Don't block