Documentation
README
Code Review and Quality
Overview
Multi-dimensional code review with quality gates. Every change gets reviewed before merge โ no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance.
The 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 a change because it isn't exactly how you would have written it. If it improves the codebase and follows the project's conventions, approve it.
When to Use
This is the opening of the README. Read the full README on GitHub.