mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-12 17:21:19 +08:00
Add Chinese documentation for custom skills development and reference guide
- Created a new document for custom skills development (`custom.md`) detailing the structure, creation, implementation, and best practices for developing custom CCW skills. - Added an index document (`index.md`) summarizing all built-in skills, their categories, and usage examples. - Introduced a reference guide (`reference.md`) providing a quick reference for all 33 built-in CCW skills, including triggers and purposes.
This commit is contained in:
@@ -96,6 +96,11 @@
|
||||
"message": "Try adjusting your filters or search query.",
|
||||
"noFixProgress": "No fix progress data available"
|
||||
},
|
||||
"notExecuted": {
|
||||
"title": "Review Not Yet Executed",
|
||||
"message": "This review session has been created but the review process has not been started yet. No findings have been generated.",
|
||||
"hint": "💡 Tip: Execute the review workflow to start analyzing code and generate findings."
|
||||
},
|
||||
"notFound": {
|
||||
"title": "Review Session Not Found",
|
||||
"message": "The requested review session could not be found."
|
||||
|
||||
@@ -96,6 +96,11 @@
|
||||
"message": "尝试调整筛选条件或搜索查询。",
|
||||
"noFixProgress": "无修复进度数据"
|
||||
},
|
||||
"notExecuted": {
|
||||
"title": "审查尚未执行",
|
||||
"message": "此审查会话已创建,但审查流程尚未启动。尚未生成任何发现结果。",
|
||||
"hint": "💡 提示:请执行审查工作流以开始分析代码并生成发现结果。"
|
||||
},
|
||||
"notFound": {
|
||||
"title": "未找到审查会话",
|
||||
"message": "无法找到请求的审查会话。"
|
||||
|
||||
Reference in New Issue
Block a user