issue

仓库创建 2026年7月2日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

可把模糊需求自动扩写为可执行、带标签的 issue,适合维护者与自动化流程。

▸ 风险提示

需调用 gh CLI 并拥有仓库写权限,可能涉及对外网络与凭证使用。

这个 Skill 做什么

根据简要描述或现有 issue 在仓库内创建或丰富 GitHub Issue。

把一句话想法变成结构化的 GitHub Issue,或者在仓库内把已有 issue 丰富成可执行的任务:补齐标题、详细描述、标签和必要的子任务。适合你想快速上报 bug、需求或让别人按步骤复现时使用。生成的 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.

开发编程GitHubissue管理自动化通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/issue/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/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 (Needs Inference)** below. |
| empty / omitted | **Batch enrich** | Enrich **eve
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有