skills/issue-split-en/SKILL.md
Interactively split a GitHub Issue into scope-based sub-issues
npx skillsauth add ousiass/claude-config issue-split-enInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Split a large Issue (e.g. spec Issue created by spec-gen) into implementable scope-based sub-issues. Confirm each sub-issue with the user one by one before creation.
gh CLI (authenticated)/issue-split-en #123): Target GitHub Issue to split/issue-split-en https://github.com/owner/repo/issues/123): Samegh issue view <number> --json title,body,labels,url**/spec/**/*.md, **/specs/**/*.md, **/docs/**/*.mdSplit the Issue into independently implementable scope units
Present the split proposal in AskUserQuestion using preview
Preview format:
1. <Title> [depends: none]
Summary: ...
2. <Title> [depends: #1]
Summary: ...
Options:
Repeat until the user is satisfied
Repeat for each scope (in implementation order, one at a time):
Extract relevant information from the source Issue and specs:
<type>: <scope implementation> (ready for impl skill to pick up)
feat (feature), chore (env setup), test (test/CI), docs (documentation), etc.templates/sub-issue.md formatscope:backend, scope:frontend) if availablePresent draft via AskUserQuestion with preview:
Create each approved sub-issue with gh issue create
--label <label1> --label <label2>Append sub-issue list to the parent Issue body:
gh issue view <number> --json body -q .body## Sub-issues
In implementation order:
- [ ] #<number> <title>
- [ ] #<number> <title>
gh issue edit <number> --body-file <temp-file>Report summary to user:
/impl #<first sub-issue number>AskUserQuestion with options for questions. Never ask with plain text onlydescriptiontesting
PRのTest planチェックリストからローカル実行用テスト手順書を生成しPRコメントに投稿
content-media
Stitchモックzipを展開しShopify OS 2.0テーマ(Atomic Design snippets構造)に変換する
devops
Stitchモックzipを展開しNetlifyデプロイ可能な構造に変換する
development
既存の仕様書ディレクトリをHextraテーマのHugo仕様書サイトに変換する