From 8f4e8f2f35c3216f8b2bc5f389b2be1db9f8f412 Mon Sep 17 00:00:00 2001 From: Tu Shaokun <2801884530@qq.com> Date: Sat, 29 Nov 2025 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=BC=BA=20frontmatter=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 allowed-tools (Read, Grep, Glob) - 扩展 description 触发词,提高自动发现率 --- SKILL.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index e9795bc..a734bf5 100644 --- a/SKILL.md +++ b/SKILL.md @@ -3,8 +3,13 @@ name: code-review-excellence description: | Provides comprehensive code review guidance for React 19, Vue 3, Rust, TypeScript, and Python. Helps catch bugs, improve code quality, and give constructive feedback. - Use when reviewing pull requests, conducting PR reviews, establishing review standards, - or mentoring developers through code reviews. + Use when: reviewing pull requests, conducting PR reviews, code review, reviewing code changes, + establishing review standards, mentoring developers, architecture reviews, security audits, + checking code quality, finding bugs, giving feedback on code. +allowed-tools: + - Read + - Grep + - Glob --- # Code Review Excellence