gh-create-issue

仓库创建 2024年5月24日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

自动遵循仓库模板生成问题,能显著提升 Issue 质量与一致性。

▸ 风险提示

需要 gh CLI 或仓库写权限认证,可能会对远程仓库产生变更。

这个 Skill 做什么

根据仓库问题模板格式,自动化生成并创建符合规范的 GitHub Issue。

把你的问题或需求按仓库的 Issue 模板自动生成并创建成规范的 GitHub Issue。需要报 bug、提需求或建任务时用,它会帮你选对模板并把描述填到正确字段里。省去来回改格式的麻烦,保证 Issue 符合仓库规范、信息清晰可跟进。

▸ 展开 SKILL.md 英文原文

Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.

开发编程GitHubIssue模板通用
4.9w
Stars
4.7k
Forks
15
仓库内 Skill
+801
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/gh-create-issue/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/gh-create-issue/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub Create Issue

Use this skill when the user requests to create an issue. Must follow the repository's issue template format.

## Workflow

### Step 1: Determine Template Type

Analyze the user's request to determine the issue type:
- If the user describes a problem, error, crash, or something not working -> Bug Report
- If the user requests a new feature, enhancement, or additional support -> Feature Request
- If the user is asking a question or needs help with something -> Questions & Discussion
- Otherwise -> Others

**If unclear**, ask the user which template to use. Do not default to "Others" on your own.

### Step 2: Read the Selected Template

1. Read the corresponding template
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有