Create Issue

Create or update GitHub issues (from PR, from draft body, retitle existing). Routes to the canonical flow in `mem:workflow/creating-issues`.

gabrielmoreira Updated 17 repo stars

File contents

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.

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/penpot@penpot/.agents/skills/create-issue commit 90a0fc3b75

Frequently asked questions

npx skillmds@latest add gabrielmoreira/create-issue