create-issue
GitHubGitHub Issue 创建与更新技能,支持从 PR、草稿或子任务场景路由至标准工作流,处理标题、元数据及关联逻辑。
Trigger Scenarios
Install
npx skills add penpot/penpot --skill create-issue -g -y
SKILL.md
Frontmatter
{
"name": "create-issue",
"description": "Create or update GitHub issues (from PR, from draft body, retitle existing). Routes to the canonical flow in `mem:workflow\/creating-issues`."
}
Skill: create-issue
Entry point for all GitHub issue work. All rules (title derivation, metadata,
body templates, Issue Type IDs), all flows, and all gh / GraphQL commands
live in mem:workflow/creating-issues (file:
.serena/memories/workflow/creating-issues.md). This skill routes to the
right flow.
When to Use
- Create from PR — PR exists; the issue is the changelog/release unit, the PR is the implementation. Issue = WHAT, PR = HOW. → memory section Creating Issues from PRs
- Create from draft body — Taiga story, user report, discussion; no PR yet. → memory section Creating Issues from Draft Body
- Create as sub-issue — the issue must be grouped under an umbrella/EPIC issue; create it first, then link it to its parent. → memory section Adding an Issue as a Sub-issue
- Retitle existing issue — current title is vague, prefixed, or stale. → memory section Retitling an Existing Issue
Everything else (title derivation, metadata policy, body templates, Issue Type IDs, create/verify/cleanup commands) lives in the memory — go to the matching section there.
Version History
- 267134e Current 2026-09-23 10:32


