Help us improve
Share bugs, ideas, or general feedback.
From git
GitHub Issue创建与管理:生成Bug报告和Feature Request模板,包含描述、复现步骤、标签分类,适用于创建issue、报告bug、提交需求场景
npx claudepluginhub lazygophers/ccplugin --plugin gitHow this skill is triggered — by the user, by Claude, or both
Slash command
/git:issuehaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Issue 模板 - Bug 报告**
Creates and manages GitHub issues for bugs, features, and tasks with enforced quality standards like reproducibility steps, acceptance criteria, and severity assessment.
Creates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.
Creates structured GitHub issues with TDD principles, labels, templates, and auto-closing keywords. Analyzes repo, detects duplicates/templates, handles epics/bugs/PR tasks.
Share bugs, ideas, or general feedback.
Issue 模板 - Bug 报告
## Bug 描述
<!-- 清晰简洁地描述 bug -->
## 复现步骤
1.
2.
3.
## 期望行为
<!-- 描述期望发生什么 -->
## 实际行为
<!-- 描述实际发生了什么 -->
## 环境信息
- 操作系统:
- 版本:
- 浏览器:
## 截图
<!-- 如适用,添加截图帮助解释 -->
## 其他信息
<!-- 添加任何其他有助于理解问题的信息 -->
Issue 模板 - 功能请求
## 功能描述
<!-- 清晰简洁地描述你想要的功能 -->
## 问题背景
<!-- 描述这个功能要解决什么问题 -->
## 建议方案
<!-- 描述你建议的解决方案 -->
## 替代方案
<!-- 描述你考虑过的其他方案 -->
## 其他信息
<!-- 添加任何其他相关信息或截图 -->
Issue 命名规范
格式: [<type>] <subject>
类型:
[bug]: Bug 报告[feat]: 功能请求[docs]: 文档问题[question]: 问题咨询[discussion]: 讨论示例:
[bug] 用户登录失败[feat] 支持暗黑模式[docs] API 文档缺失Issue 标签规范
优先级:
P0: 紧急,需立即处理P1: 高优先级P2: 中优先级P3: 低优先级类型:
bug: Bug 报告enhancement: 功能增强documentation: 文档相关help wanted: 需要帮助good first issue: 适合新手状态:
status: in progress: 进行中status: blocked: 阻塞status: review needed: 待审查Issue 管理流程
注意事项
[<type>] <subject>