feat: add Chinese keyword support to skill auto-triggers

- Gemini: add Chinese task examples (分析代码库, 理解架构, etc.)
- Qwen: add Chinese task labels (分析, 探索, 文档任务, etc.)
- Codex: add Chinese task examples (实现功能, 修复bug, 重构代码, etc.)
- Enable auto-trigger for both English and Chinese keywords
This commit is contained in:
catlog22
2025-10-17 16:22:41 +08:00
parent 9c02980a74
commit b9be188415
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
name: Gemini CLI Tool
description: Code analysis and documentation tool (primary). Trigger keywords "use gemini", "gemini analysis", "analyze with gemini". Use for code exploration, architecture review, and documentation generation. Supports read-only analysis (default) and write operations (explicit permission).
description: Primary code analysis and documentation tool with large context capabilities. AUTO-TRIGGER when user message contains "gemini" keyword OR requests analysis/exploration/documentation tasks (e.g., "analyze codebase", "分析代码库", "understand architecture", "理解架构", "explore patterns", "探索模式", "review code", "审查代码", "document API", "生成文档"). Supports read-only analysis (default) and write operations (explicit permission). Use for architecture review, pattern discovery, security assessment, performance analysis, and comprehensive documentation generation.
allowed-tools: Bash, Read, Glob, Grep
---