一键导入
gh-create
Creates a single GitHub issue with proper formatting, linked to a parent epic. Designed to be delegated to a sub-agent (Sonnet/Haiku).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates a single GitHub issue with proper formatting, linked to a parent epic. Designed to be delegated to a sub-agent (Sonnet/Haiku).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automates the build and local installation of the Chronicles application on macOS. Use when the user wants to test a local build of the application by installing it into their /Applications folder.
Creates a tagged GitHub draft release with AI-generated summary, signed DMG artifact, and auto-generated changelog. Use when the user wants to cut a new release.
Creates a GitHub epic and child issues from a design document's implementation plan. Use when a design doc has a reviewed plan section ready to be converted into trackable work.
Implements a GitHub issue using Sonnet in an isolated worktree, with Opus reviewing the result. Escalates to a WIP pull request when human judgment is needed.
Automates the build and local installation of the Chronicles application on macOS. Use when the user wants to test a local build of the application by installing it into their /Applications folder.
Reviews and validates the multi-platform skill structure (Claude, Gemini, Codex) in this repository. Use when adding or modifying skills to ensure they follow project conventions and are correctly proxied.
| name | gh-create |
| description | Creates a single GitHub issue with proper formatting, linked to a parent epic. Designed to be delegated to a sub-agent (Sonnet/Haiku). |
Create a single GitHub issue linked to a parent epic. This skill is designed for delegation to a smaller model via the Agent tool.
This skill is invoked by a parent agent with a prompt containing:
#50) — the epic this issue belongs toRun gh issue create with the title and body. The body must follow this format:
gh issue create --title "<title>" --body "$(cat <<'EOF'
**Epic:** #<parent-number>
## Objective
<1-2 sentences describing what this issue accomplishes>
## Context
<Relevant background — what exists today, why this is needed, pointers to design docs or code>
## Deliverable
<Concrete output: a file, a feature, a decision documented in an issue comment, etc.>
## Acceptance criteria
- [ ] <Criterion 1>
- [ ] <Criterion 2>
EOF
)"
Output the new issue number and URL so the calling agent can track it. Do not comment on the parent epic — the orchestrating agent updates the epic body directly.