13 lines
342 B
Markdown
13 lines
342 B
Markdown
---
|
|
name: code-review
|
|
description: Review code for correctness, maintainability, and regressions.
|
|
---
|
|
|
|
# Code Review
|
|
|
|
Inspect the change independently and report concrete findings with severity and evidence.
|
|
|
|
Check behavior, regressions, maintainability, unnecessary complexity, and verification.
|
|
|
|
Do not modify code unless explicitly asked.
|