feat: 增强 frontmatter 配置

- 添加 allowed-tools (Read, Grep, Glob)
- 扩展 description 触发词,提高自动发现率
This commit is contained in:
Tu Shaokun
2025-11-29 14:35:35 +08:00
parent aa426d1588
commit 8f4e8f2f35

View File

@@ -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