Loading...
Loading...
Create GitHub Issue from spec documents — Auto-generate structured Feature Issues from specifications. Analyzes spec documents (requirement.md, design.md, tasks.md) in .specs/{feature}/ and generates a structured Feature Issue via gh issue create. Best used with specs created by spec-generator. English triggers: - "Create issue from spec", "Register spec as issue" - "Convert spec to GitHub issue", "Publish spec to issue" - After spec-generator: "Turn this into an issue" 日本語トリガー: - 「仕様書をIssueにして」「Issueに登録して」「specからIssue作成」 - 「仕様書からIssue生成」「specをIssueに変換」 - spec-generator完了後に「これをIssueにして」「Issueにして」
npx skill4agent add anyoneanderson/agent-skills spec-to-issue.specs/{feature}/references/issue-template.ja.mdreferences/issue-template.mdreferences/issue-template.mdreferences/issue-template.ja.mdspec-to-issue auth-feature.specs/auth-feature/.specs/Spec directories found in .specs/:
1. auth-feature (requirement.md, design.md, tasks.md)
2. member-management (requirement.md, tasks.md)
Which spec do you want to create an issue from?requirement.mdtasks.mddesign.md# ## Overview## 概要### 1.### 2.## Technology Stack## 技術要件## Phase## フェーズ### ## Definition of Done## 完了の定義## Notes## 注意事項Command arguments > .specs/.config.yml > CLAUDE.md > Built-in defaults--branchdefault-branch: develop
default-labels: [feature, spec-generated]
project-number: 7
assignee: usernamegh issue createCreating Issue:
Title: [Feature] Member Management
Labels: feature, spec-generated
Phases: 3
Tasks: 12
→ Running gh issue create...
Issue #42 created: https://github.com/org/repo/issues/42--label--projectgh project item-add--assignee| Option | Description | Default |
|---|---|---|
| Display issue body for confirmation | OFF |
| Comma-separated labels | |
| Add to GitHub Project | |
| Base branch for spec links | CLAUDE.md or |
| Set assignee | |
fullAll three spec documents have been generated.
→ Create a GitHub Issue from them? (Y/n)| Situation | Response |
|---|---|
| Error: Spec directory not found |
| Error: requirement.md is required |
| Warning: Use basic checklist as fallback |
| Error: Guide user to |
| Section not found | Use default value, show warning |
# With argument
/spec-to-issue auth-feature
# Auto-detect and select
/spec-to-issue
# With preview
/spec-to-issue auth-feature --preview
# With labels and Project
/spec-to-issue auth-feature --label "feature,priority:high" --project 7
# After spec-generator
"Create full spec for todo-app" → done → "Turn this into an issue"
# Japanese
「仕様書を全部作って」→ 完了 →「これをIssueにして」