mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-15 02:42:45 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: Qwen CLI Tool
|
||||
description: Code analysis and documentation tool (Gemini fallback). Trigger keywords "use qwen", "qwen analysis", "analyze with qwen". Use when Gemini unavailable or for parallel analysis. Supports read-only analysis (default) and write operations (explicit permission).
|
||||
description: Alternative code analysis and documentation tool (Gemini fallback) with large context capabilities. AUTO-TRIGGER when user message contains "qwen" keyword OR when Gemini unavailable. Supports same use cases as Gemini: analysis/分析, exploration/探索, documentation tasks/文档任务, architecture review/架构审查, pattern discovery/模式发现, security assessment/安全评估, compliance analysis/合规分析. Supports read-only analysis (default) and write operations (explicit permission). Use for parallel analysis or when Gemini service issues occur.
|
||||
allowed-tools: Bash, Read, Glob, Grep
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user