Code Review
Structured review of changes so they are correct, secure, and maintainable before merge.
Why this matters: Review is the last line of defense before code hits main. A good review catches bugs and security issues early and keeps the codebase readable for everyone—including the author in six months. The goal isn’t to nitpick; it’s to ship with confidence and leave the code better than you found it.
When to Activate
- Reviewing pull requests or merge requests before merge
[Description truncada. Veja o README completo no GitHub.]