issue
仓库创建 2026年7月2日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
快速生成可执行的 issue,适合自动化流水线。
▸ 风险提示
需要仓库写权限及 gh CLI 凭证,可能修改 issue/标签。
这个 Skill 做什么
用 gh 在本仓库创建或补全结构化的 GitHub Issue。
凭一段简短描述就在本仓库用 gh CLI 创建或补全结构化的 GitHub Issue:把标题、正文、标签和可选子任务都写清楚。用在你要把想法、Bug、任务变成可执行 issue 或优化现有 issue 时。特点是输出可立即执行、易复现的 issue 模板,减少来回沟通,提高问题落地速度。
▸ 展开 SKILL.md 英文原文
Create a well-structured GitHub issue from a brief description, or enrich an existing issue in place. Fleshes out title, body, labels, and optional sub-issues. Invokable by users and agents.
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/github-workflow/skills/issue/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/github-workflow/skills/issue/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# GitHub Issue Creation
When this skill is invoked, you either **create a new GitHub issue** from a brief description or **enrich an existing issue in place** — in either case in **this repository** using the `gh` CLI. Your job is to flesh the input out into a clear, actionable issue.
## Mode detection
Inspect `$ARGUMENTS` to choose a mode (same detection approach as the `delegate` skill):
| `$ARGUMENTS` | Mode | What to do |
|--------------|------|------------|
| `#N`, a bare number, or a GitHub issue URL | **Enrich-in-place** | Flesh out that existing issue and update it — see **Enriching an existing issue ({{issue.inferenceLabel}})** below. |
| empty / omitted | **Batch enrich** | Enrvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有