| English | 中文 |
AI Reviewers are suitable for finding repetitive problems, checking for omissions, and generating review checklists.
Human Reviewers are responsible for judging intent, boundaries, long-term maintenance costs, and whether a merge is permissible.
Please act as an AI reviewer and review the current git diff.
List only specific risks, sorted by severity.
Each entry includes file location, problem, and suggestion.
Do not output vague praise or summaries.
AI Reviewers can increase check coverage, but they cannot replace human owner judgment.
Recommended process:
The AI Reviewer can perform a general risk scan first, and CODEOWNERS can then assign the PR to the person who truly understands that directory.
Recommended combination:
AI reviewer -> author self-fix -> code owner review -> CI -> merge
This can reduce low-value checks for reviewers and save human attention for semantics, boundaries, long-term maintenance costs, and deployment risks.