Code Review Use this skill when the task is to review code changes rather than implement a feature. Start Here - Read for the repo's canonical review rules. - Read root and the nearest package for the files under review. - If the review touches ClickHouse, also use the shared skill. - If the review touches backend code, also use the shared skill where relevant. Review Priorities Focus on: - correctness bugs - behavioral regressions - security and tenant-isolation risks - performance issues with real impact - missing or weak tests for risky changes Output Expectations - Findings first, ordered…