ralph-tui-create-github-issues
Installation
SKILL.md
Ralph TUI - Create GitHub Issues
Converts PRDs to flat GitHub Issues for ralph-tui autonomous execution using GitHub Issues with native dependency tracking via the gh CLI and GraphQL API. Issues are grouped by a feature:<slug> label.
Note: This skill uses GitHub Issues as the task tracker. If you prefer local-only tracking with beads-rust (
br), use theralph-tui-create-beads-rustskill instead.
The Job
Take a PRD (markdown file or text) and create GitHub Issues using gh commands:
- Extract Quality Gates from the PRD's "Quality Gates" section
- Create one issue per user story (with quality gates appended), all sharing a
feature:<slug>label - Add native dependencies between issues via GraphQL
addBlockedBymutation - Output ready for
ralph-tui run --tracker github --labels "feature:<slug>"