code-review
作者: clickhouse
审查 clickhouse-java 中的变更,检查正确性、兼容性、API 稳定性及缺失测试。适用于审查拉取请求、提交、差异、补丁等场景。
npx skills add https://github.com/clickhouse/clickhouse-java --skill code-reviewCode Review
Required context
Before reviewing, read:
AGENTS.mddocs/ai-review.md
If the review touches client-v2 or jdbc-v2, also read:
docs/features.md
Review workflow
- Identify the changed module and any compatibility-sensitive surfaces.
- Check correctness, regressions, API and behavior stability, JDBC or R2DBC semantics, and missing focused tests before style suggestions.
- Use common Java and driver behavior as a comparison aid, but preserve existing project behavior unless the change is intentionally user-visible.
- Report findings first, ordered by severity, then open questions or assumptions, then a brief summary.
Final response requirements
State:
- what changed
- whether compatibility risk exists
- what tests were run, or why they were not run
- whether docs should change
If no issues are found, say so explicitly and mention residual risk or testing gaps.