一键导入
taskstoissues
Convert user stories to GitHub issues. Use when ready to create issues. Triggers on: create github issues, export to github, generate issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert user stories to GitHub issues. Use when ready to create issues. Triggers on: create github issues, export to github, generate issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate quality validation checklist from spec, plan, and tasks. Use after creating tasks. Triggers on: create checklist, quality checklist, validation checklist.
Create or update the project constitution - personalized governance and coding principles. Use when starting a project or updating project standards. Triggers on: create constitution, update principles, set project rules.
Distill learnings from completed features and propose amendments to constitution.md or prompt.md. Use after feature completion. Triggers on: capture learnings, learn from feature, distill learnings, relentless learn.
Generate technical implementation plan from feature specification. Use after creating spec. Triggers on: create plan, technical plan, implementation design.
Create feature specification from natural language description. Use when starting a new feature or creating a spec. Triggers on: create spec, specify feature, new feature spec.
Generate dependency-ordered user stories and tasks from plan. Use after creating plan. Triggers on: create tasks, generate user stories, break down implementation.
| 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. |
Convert user stories from tasks.md into GitHub issues.
gh CLIgh) installed and authenticatedFor 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-lowdatabase, api, ui, security, etc.# 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