Code Review

Review changes for real correctness, maintainability, regressions, missing tests, and integration defects with low-noise findings.

nafeeur 77c8795 756 B Updated

File contents

Code Review

  • Start from the diff, then inspect only the surrounding ownership and callers needed to validate behavior.
  • Prioritize correctness, data loss, concurrency, lifecycle, API compatibility, resource cleanup, and broken user flows.
  • Verify claims against executable paths; do not report style preferences as defects.
  • Each finding must include severity, file/line, concrete failure scenario, and a practical fix.
  • Check whether tests exercise the changed behavior rather than merely touching lines.
  • End with residual risk and verification gaps, not a generic summary.

nafeeur/MaskShift/tree/main/skills/code-review commit 77c8795bb2

Frequently asked questions

npx skillmds@latest add nafeeur/code-review