This is an automated email from the ASF dual-hosted git repository.

zclll pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new bd2210ae598 [Enhancement](CI) Optimize review skills and and code 
owner for them (#60969)
bd2210ae598 is described below

commit bd2210ae5988018fbee9fc47f9baa6944899ad36
Author: zclllyybb <[email protected]>
AuthorDate: Tue Mar 3 14:25:24 2026 +0800

    [Enhancement](CI) Optimize review skills and and code owner for them 
(#60969)
    
    1. Add performance focus point to AI review pipeline
    2. Add @zclllyybb for code owner of all AI materials
---
 .claude/skills/code-review/SKILL.md | 1 +
 .github/CODEOWNERS                  | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.claude/skills/code-review/SKILL.md 
b/.claude/skills/code-review/SKILL.md
index 056d82e50a7..84d3700dfaf 100644
--- a/.claude/skills/code-review/SKILL.md
+++ b/.claude/skills/code-review/SKILL.md
@@ -71,6 +71,7 @@ The following checkpoints must be **individually confirmed 
with conclusions** du
   - Would FE or BE crashes cause leaks, deadlocks, or incorrect data?
 - Are new variables added that need to be passed between FE and BE? If yes:
   - Is variable passing modified in all paths? For example, various scattered 
thrift sending points like constant folding, point queries.
+- Analyze deeply from all angles (including but not limited to time 
complexity, anti-patterns, CPU and memory friendliness, redundant calculations, 
etc.) based on the code context and available information. Are there any 
performance issues or optimization opportunities?
 - Based on your understanding, are there any other issues with the current 
modification?
 
 After checking all the above items with code. Use the remaining parts of this 
skill as needed. The following content does not need individual responses; just 
check during the review process.
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2d3d7f5a3dc..8238e7a2c39 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -40,3 +40,5 @@ fe/fe-core/src/main/java/org/apache/doris/fsv2 @CalvinKirs
 be/src/vec/functions @zclllyybb
 be/**/CMakeLists.txt @zclllyybb @BiteTheDDDDt
 be/src/olap/rowset/segment_v2/variant @eldenmoon @csun5285
+.claude/ @zclllyybb
+AGENTS.md @zclllyybb


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to