Agent SkillsKilo-Org/kilocode › gh-issues

gh-issues

GitHub

指导使用 gh CLI 创建、分类和管理 GitHub Issue,涵盖模板选择、标题规范、项目看板分配及权限刷新。

.kilo/skills/gh-issues/SKILL.md Kilo-Org/kilocode

Trigger Scenarios

创建 GitHub Issue Issue 分类与标签管理 Issue 评论或状态更新

Install

npx skills add Kilo-Org/kilocode --skill gh-issues -g -y
More Options

Non-standard path

npx skills add https://github.com/Kilo-Org/kilocode/tree/main/.kilo/skills/gh-issues -g -y

Use without installing

npx skills use Kilo-Org/kilocode@gh-issues

指定 Agent (Claude Code)

npx skills add Kilo-Org/kilocode --skill gh-issues -a claude-code -g -y

安装 repo 全部 skill

npx skills add Kilo-Org/kilocode --all -g -y

预览 repo 内 skill

npx skills add Kilo-Org/kilocode --list

SKILL.md

Frontmatter
{
    "name": "gh-issues",
    "description": "Use when creating, triaging, or commenting on GitHub issues for the Kilo VS Code extension or JetBrains plugin via `gh`. Covers issue templates, project board assignment, title conventions, and required `gh` scopes."
}

GitHub Issues

Use this skill whenever you create or manage a GitHub issue with gh for either the VS Code extension or the JetBrains plugin.

Templates

The repo defines issue templates in .github/ISSUE_TEMPLATE/. Pick the matching template instead of opening a blank issue:

Template When to use
Bug report (bug-report.yml) Reproducible defects with steps, expected, and actual behavior
Feature Request (feature-request.yml) New capabilities, enhancements, or behavior changes
Question (question.yml) Usage or design questions that aren't obviously bugs or feature requests

Pass the template title to gh issue create --template.

Title Conventions

  • Use a plain, descriptive title that reads cleanly as a standalone sentence.
  • Do not add platform-specific prefixes such as [JetBrains], [Jetbrains], [JB], [VS Code], [VSCode], or similar. Routing happens through project boards, not the title.

Project Boards

Every new issue must land on the correct project board:

Surface Project URL
VS Code extension VS Code Extension https://github.com/orgs/Kilo-Org/projects/25
JetBrains plugin Jetbrains Plugin https://github.com/orgs/Kilo-Org/projects/39

Pass the project title to gh issue create --project.

Recipes

Create a VS Code extension bug report and add it to the board:

gh issue create \
  --template "Bug report" \
  --project "VS Code Extension" \
  --title "Sidebar chat fails to render after reload" \
  --body "..."

Create a JetBrains feature request:

gh issue create \
  --template "Feature Request" \
  --project "Jetbrains Plugin" \
  --title "Support Kotlin Multiplatform target detection" \
  --body "..."

Scope Errors

If gh reports a missing scope when assigning a project, refresh the auth token and retry:

gh auth refresh -s project

After the refresh succeeds, re-run the original gh issue create command. Do not fall back to creating the issue without the project — the board assignment is required.

Version History

  • 559f39f Current 2026-08-20 16:48

Same Skill Collection

.kilo/skills/chart/SKILL.md
.kilo/skills/icon-jetbrains/SKILL.md
.kilo/skills/icon-vscode/SKILL.md
.kilo/skills/jetbrains-cli-pin/SKILL.md
.kilo/skills/kilocode-merge-minimizer/SKILL.md
.kilo/skills/release-jetbrains/SKILL.md
.kilocode/skills/vscode-visual-regression/SKILL.md
.opencode/skills/effect/SKILL.md

Metadata

Files
0
Version
559f39f
Hash
ece0e383
Indexed
2026-08-20 16:48

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-28 23:05
浙ICP备14020137号-1 $Carte des visiteurs$