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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: arvorco-relentless-taskstoissues3description: GitHub Issues Generator4---56# GitHub Issues Generator78Convert user stories from tasks.md into GitHub issues.910---1112## The Job13141. Read tasks.md152. Parse user stories163. Generate GitHub issues with `gh` CLI174. Link dependencies1819---2021## Prerequisites2223- GitHub CLI (`gh`) installed and authenticated24- Git repository with GitHub remote25- tasks.md exists with user stories2627---2829## Issue Format3031For each user story, create issue with:3233**Title:** [US-XXX] Story Title3435**Body:**36```markdown37## Description38[Story description]3940## Acceptance Criteria41- [ ] Criterion 142- [ ] Criterion 243- [ ] Typecheck passes44- [ ] Tests pass4546## Dependencies47#123 (if US-001 already exists as issue #123)4849## Phase50Foundation / Stories / Polish5152## Priority53High / Medium / Low5455---56From: tasks.md57Story ID: US-XXX58```5960**Labels:**61- `user-story`62- `priority-high` / `priority-medium` / `priority-low`63- Domain-specific: `database`, `api`, `ui`, `security`, etc.6465---6667## Execution6869```bash70# Dry run first71relentless issues --feature NNN-feature --dry-run7273# Create issues74relentless issues --feature NNN-feature7576# Create all issues (including completed)77relentless issues --feature NNN-feature --all78```7980---8182## Mapping8384- Extract story ID, title, description, acceptance criteria85- Detect domain from description (api, database, ui, etc.)86- Map priority from tasks.md87- Create dependencies based on US dependencies8889---9091## Notes9293- Dry run first to preview94- Issues created in dependency order95- Issue numbers used for dependency linking96- Only creates issues for incomplete stories (unless --all)97- See relentless CLI for actual implementation9899---100> Converted and distributed by [TomeVault](https://tomevault.io/claim/arvorco) — claim your Tome and manage your conversions.101<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/arvorco-relentless-taskstoissues in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
GitHub Issues Generator It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.