mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
feat: Add command relationships and essential commands JSON files
- Introduced command-relationships.json to define relationships between various commands. - Created essential-commands.json to provide detailed descriptions and usage scenarios for key commands. - Implemented update-index.sh script for maintaining command index files, including backup and validation processes. - Added templates for bug reports, feature requests, and questions to streamline issue reporting and feature suggestions.
This commit is contained in:
64
.claude/skills/command-guide/templates/issue-feature.md
Normal file
64
.claude/skills/command-guide/templates/issue-feature.md
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
name: 功能请求
|
||||
about: 建议新功能或改进现有功能
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
# 功能请求
|
||||
|
||||
## 功能概述
|
||||
|
||||
<!-- 简要描述您希望添加或改进的功能 -->
|
||||
|
||||
## 问题背景
|
||||
|
||||
<!-- 描述当前的痛点或限制,这个功能将解决什么问题? -->
|
||||
|
||||
## 建议的解决方案
|
||||
|
||||
<!-- 详细描述您建议的功能实现方式 -->
|
||||
|
||||
## 使用场景
|
||||
|
||||
<!-- 描述具体的使用场景和示例 -->
|
||||
|
||||
### 场景 1:
|
||||
**情况**:
|
||||
**操作**:
|
||||
**期望结果**:
|
||||
|
||||
### 场景 2(可选):
|
||||
**情况**:
|
||||
**操作**:
|
||||
**期望结果**:
|
||||
|
||||
## 预期效果
|
||||
|
||||
<!-- 描述这个功能将如何改善工作流程或用户体验 -->
|
||||
|
||||
## 参考示例(可选)
|
||||
|
||||
<!-- 如果有类似功能的参考实现(其他工具、项目等),请提供链接或描述 -->
|
||||
|
||||
## 替代方案(可选)
|
||||
|
||||
<!-- 描述您考虑过的其他解决方案 -->
|
||||
|
||||
## 优先级
|
||||
|
||||
- [ ] 高 - 严重影响工作效率
|
||||
- [ ] 中 - 有明显改善但有变通方案
|
||||
- [ ] 低 - 锦上添花
|
||||
|
||||
## 额外信息
|
||||
|
||||
<!-- 任何其他相关信息,如:
|
||||
- 相关的命令或工作流
|
||||
- 技术实现建议
|
||||
- 可能的挑战或限制
|
||||
-->
|
||||
|
||||
---
|
||||
|
||||
**提交日期**: <!-- 自动填充 -->
|
||||
**提交人**: <!-- 自动填充 -->
|
||||
Reference in New Issue
Block a user