v0.1.0:发布测试版

This commit is contained in:
GuDaStudio
2025-12-17 10:49:08 +08:00
parent 5ab2ff4feb
commit 7b9c7c548e
7 changed files with 1055 additions and 0 deletions

72
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,72 @@
---
name: Bug report
about: Report a bug to help us improve GudaCC Skills
title: "[BUG] "
labels: bug
assignees: GuDaStudio
---
## Bug Description / Bug描述
A clear and concise description of the bug.
清晰简洁的错误描述。
## Environment / 运行环境
- **OS**: e.g., Ubuntu 22.04 / macOS 14.0 / Windows 11 / WSL2 ...
- **Skills Installation**: e.g., user-level (`~/.claude/skills/`) / project-level (`./.claude/skills/`)
- **Claude Code Version**: run `claude --version`
- **Codex CLI Version** (if using collaborating-with-codex): run `codex --version`
- **Gemini CLI Version** (if using collaborating-with-gemini): run `gemini --version`
## Affected Skill / 受影响的 Skill
- [ ] collaborating-with-codex
- [ ] collaborating-with-gemini
- [ ] Other / 其他
## Steps to Reproduce / 复现步骤
1.
2.
3.
## Logs / 错误日志
If the `error` field is returned, please paste it here.
如有`error`字段返回,请粘贴在这里。
```json
```
## Skill Call Parameters / Skill 调用参数
If the bug is related to calling a skill, please provide the parameters used.
若该故障与调用 Skill 相关,请提供所用参数。
<details>
<summary>collaborating-with-codex</summary>
```json
{
"PROMPT": "",
"cd": "",
"sandbox": "read-only",
"SESSION_ID": "",
"return_all_messages": false
}
```
</details>
<details>
<summary>collaborating-with-gemini</summary>
```json
{
"PROMPT": "",
"cd": "",
"sandbox": false,
"SESSION_ID": "",
"return_all_messages": false
}
```
</details>
## Additional Context / 其他信息
Additional background information regarding this issue, such as screenshots or related discussions. We highly recommend including complete report screenshots!
关于该问题的其他背景信息,例如截图或相关议题。我们十分建议您添加完整的报告截图!

View File

@@ -0,0 +1,55 @@
---
name: Feature Request
about: Suggest an idea or enhancement for GudaCC Skills
title: "[Feature] "
labels: enhancement
assignees: GuDaStudio
---
## Feature Summary / 功能概述
A clear and concise description of the feature you'd like to see.
清晰简洁地描述您希望看到的功能。
## Target Skill / 目标 Skill
- [ ] collaborating-with-codex
- [ ] collaborating-with-gemini
- [ ] New Skill / 新 Skill
- [ ] General / 通用
## Problem / Motivation / 问题背景
Describe the problem or limitation that this feature would address.
描述此功能将解决的问题或限制。
**Is your feature request related to a problem?**
**您的功能请求是否与某个问题相关?**
Example: "I'm always frustrated when [...]"
例如:"当 [...] 时,我总是感到困扰"
## Proposed Solution / 建议方案
Describe how you envision the feature working.
描述您设想的功能运作方式。
## Alternatives Considered / 其他方案
Describe any alternative solutions or features you've considered.
描述您考虑过的任何替代方案或功能。
## Use Case / 使用场景
Provide examples of how this feature would be used.
提供此功能的使用示例。
```
Example workflow or code snippet here
示例工作流程或代码片段
```
## Environment (if relevant) / 运行环境(如相关)
- **OS**: e.g., Ubuntu 22.04 / macOS 14.0 / Windows 11 / WSL2 ...
- **Claude Code Version**: run `claude --version`
- **Codex CLI Version** (if relevant): run `codex --version`
- **Gemini CLI Version** (if relevant): run `gemini --version`
## Additional Context / 其他信息
Any other context, mockups, or screenshots about the feature request.
关于此功能请求的其他背景信息、原型图或截图。