Agent Skillsvchelaru/Gum › gum-issue-creation

gum-issue-creation

GitHub

规范在 Gum 仓库中通过 gh CLI 创建 GitHub Issue 的流程,涵盖前置技能加载、标题与正文结构要求及标签使用。

.claude/skills/gum-issue-creation/SKILL.md vchelaru/Gum

Trigger Scenarios

用户要求记录问题或提交 Bug 需要创建新的 GitHub Issue

Install

npx skills add vchelaru/Gum --skill gum-issue-creation -g -y
More Options

Non-standard path

npx skills add https://github.com/vchelaru/Gum/tree/main/.claude/skills/gum-issue-creation -g -y

Use without installing

npx skills use vchelaru/Gum@gum-issue-creation

指定 Agent (Claude Code)

npx skills add vchelaru/Gum --skill gum-issue-creation -a claude-code -g -y

安装 repo 全部 skill

npx skills add vchelaru/Gum --all -g -y

预览 repo 内 skill

npx skills add vchelaru/Gum --list

SKILL.md

Frontmatter
{
    "name": "gum-issue-creation",
    "description": "Conventions for filing GitHub issues in the Gum repo via gh. Triggers when the user asks to \"log an issue\", \"create an issue\", \"file a bug\", or otherwise capture a problem\/idea as a GitHub issue (as opposed to fixing one)."
}

Creating Gum Issues

Use gh issue create to file issues. Conventions:

Before researching the source pointer

Check the skills list for one matching the feature area and load it before grepping for the file:line pointer — CLAUDE.md's "load matching skills before investigating" rule applies to issue research too, not just edits. A matching skill (e.g. gum-tool-variable-grid for a Variables-tab/displayer report) names the relevant files and known gotchas directly instead of rediscovering them by grep.

Don't file

Sokol is not held to per-backend feature parity — a feature that ships on the MonoGame family, raylib, and Skia but not SokolGum is not a tracked gap.

Issues you file yourself

A value you printed while diagnosing something else is an observation, not a report — name what a user would see, or don't file. Say in the body that it came from instrumentation.

Suggested improvement must not assert an unverified convention ("editors conventionally do X"). Verify it or write it as an open question: asserted, it becomes the issue's premise, and whoever picks the issue up implements against it without rechecking.

Labels

  • Bug reports get --label bug (label exists, color #fc2929). Apply it at creation time.
  • The bug label is real and applies silently — don't second-guess it or omit it on later issues.

Multi-line bodies

gh runs through the Bash tool (bash, not PowerShell) — do NOT use PowerShell here-strings (@'...'@); a stray @ leaks onto the first body line. Write the body to a temp file and pass --body-file:

cat > /tmp/issue_body.md << 'EOF'
...body...
EOF
gh issue create --title "..." --body-file /tmp/issue_body.md --label bug
rm /tmp/issue_body.md

Body structure

Keep it scannable for a future implementer:

  • Problem — what's wrong / the user's report, verbatim intent preserved.
  • Suggested improvement (when applicable) — concrete target behavior or message.
  • Source — file:line pointer(s) found by a quick Grep, plus a one-line note on what the fix touches. A precise pointer turns a vague report into actionable work; spend a moment to find it.
  • Reach — how a user lands on the broken code path, and whether that path is the recommended route or a legacy corner the tool never produces on its own. A defect reachable only through hand-authored input is near-zero impact; say so instead of letting it read like an ordinary bug.

Title

Specific and self-describing — names the feature area and the gap (e.g. Animation keyframe "Could not find state or animation" error should name the missing reference), not a generic summary.

After creating, report the issue URL back to the user.

Version History

  • c93866f Current 2026-08-20 09:20

Same Skill Collection

.claude/skills/gum-cross-platform-unification/SKILL.md
.claude/skills/gum-localization/SKILL.md
.claude/skills/gum-monthly-release/SKILL.md
.claude/skills/gum-runtime-binding/SKILL.md
.claude/skills/gum-runtime-syntax-version/SKILL.md
.claude/skills/gum-tool-selection/SKILL.md
.claude/skills/refactoring-direction/SKILL.md
.claude/skills/tdd/SKILL.md

Metadata

Files
0
Version
c93866f
Hash
6f197e44
Indexed
2026-08-20 09:20

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-26 03:40
浙ICP备14020137号-1 $방문자$