File contents GitHub Issues Generator
Convert user stories from tasks.md into GitHub issues.
The Job
Read tasks.md
Parse user stories
Generate GitHub issues with gh CLI
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-story
priority-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
Source: ArvorCo/Relentless — distributed by TomeVault .
1 --- 2 name: arvorco-relentless-relentless 3 description: GitHub Issues Generator 4 --- 5 6 # GitHub Issues Generator 7 8 Convert user stories from tasks.md into GitHub issues. 9 10 --- 11 12 ## The Job 13 14 1. Read tasks.md 15 2. Parse user stories 16 3. Generate GitHub issues with `gh` CLI 17 4. Link dependencies 18 19 --- 20 21 ## Prerequisites 22 23 - GitHub CLI (`gh`) installed and authenticated 24 - Git repository with GitHub remote 25 - tasks.md exists with user stories 26 27 --- 28 29 ## Issue Format 30 31 For each user story, create issue with: 32 33 **Title:** [US-XXX] Story Title 34 35 **Body:** 36 ```markdown 37 ## Description 38 [Story description] 39 40 ## Acceptance Criteria 41 - [ ] Criterion 1 42 - [ ] Criterion 2 43 - [ ] Typecheck passes 44 - [ ] Tests pass 45 46 ## Dependencies 47 #123 (if US-001 already exists as issue #123) 48 49 ## Phase 50 Foundation / Stories / Polish 51 52 ## Priority 53 High / Medium / Low 54 55 --- 56 From: tasks.md 57 Story ID: US-XXX 58 ``` 59 60 **Labels:** 61 - `user-story` 62 - `priority-high` / `priority-medium` / `priority-low` 63 - Domain-specific: `database`, `api`, `ui`, `security`, etc. 64 65 --- 66 67 ## Execution 68 69 ```bash 70 # Dry run first 71 relentless issues --feature NNN-feature --dry-run 72 73 # Create issues 74 relentless issues --feature NNN-feature 75 76 # Create all issues (including completed) 77 relentless issues --feature NNN-feature --all 78 ``` 79 80 --- 81 82 ## Mapping 83 84 - Extract story ID, title, description, acceptance criteria 85 - Detect domain from description (api, database, ui, etc.) 86 - Map priority from tasks.md 87 - Create dependencies based on US dependencies 88 89 --- 90 91 ## Notes 92 93 - Dry run first to preview 94 - Issues created in dependency order 95 - Issue numbers used for dependency linking 96 - Only creates issues for incomplete stories (unless --all) 97 - See relentless CLI for actual implementation 98 99 --- 100 > Source: [ArvorCo/Relentless](https://github.com/ArvorCo/Relentless) — distributed by [TomeVault](https://tomevault.io). 101 <!-- tomevault:4.0:skill_md:2026-06-20 -->
tomevault-io/skills-registry/tree/main/arvorco--relentless--relentless commit ba1aa0bb3e
Frequently asked questions How do I install the Arvorco Relentless Relentless skill? Run npx skillmds@latest add tomevault-io/arvorco-relentless-relentless 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.
What does the Arvorco Relentless Relentless skill do? GitHub Issues Generator It is listed under Coding & Dev Tools on SkillMD.
Is Arvorco Relentless Relentless safe to use? 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.
Which AI agents work with Arvorco Relentless Relentless? 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.
Is Arvorco Relentless Relentless free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Arvorco Relentless Relentless? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.