← スキル一覧に戻る

taskstoissues
by ArvorCo
taskstoissuesは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 70🍴 6📅 2026年1月23日
SKILL.md
name: taskstoissues description: "Convert user stories to GitHub issues. Use when ready to create issues. Triggers on: create github issues, export to github, generate issues."
GitHub Issues Generator
Convert user stories from tasks.md into GitHub issues.
The Job
- Read tasks.md
- Parse user stories
- Generate GitHub issues with
ghCLI - Link dependencies
Prerequisites
- GitHub CLI (
gh) installed and authenticated - Git repository with GitHub remote
- tasks.md exists with user stories
Issue Format
For each user story, create issue with:
Title: [US-XXX] Story Title
Body:
## Description
[Story description]
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Typecheck passes
- [ ] Tests pass
## Dependencies
#123 (if US-001 already exists as issue #123)
## Phase
Foundation / Stories / Polish
## Priority
High / Medium / Low
---
From: tasks.md
Story ID: US-XXX
Labels:
user-storypriority-high/priority-medium/priority-low- Domain-specific:
database,api,ui,security, etc.
Execution
# Dry run first
relentless issues --feature NNN-feature --dry-run
# Create issues
relentless issues --feature NNN-feature
# Create all issues (including completed)
relentless issues --feature NNN-feature --all
Mapping
- Extract story ID, title, description, acceptance criteria
- Detect domain from description (api, database, ui, etc.)
- Map priority from tasks.md
- Create dependencies based on US dependencies
Notes
- Dry run first to preview
- Issues created in dependency order
- Issue numbers used for dependency linking
- Only creates issues for incomplete stories (unless --all)
- See relentless CLI for actual implementation
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です