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 the ralph-tui-create-beads-rust skill instead.


The Job

Take a PRD (markdown file or text) and create GitHub Issues using gh commands:

  1. Extract Quality Gates from the PRD's "Quality Gates" section
  2. Create one issue per user story (with quality gates appended), all sharing a feature:<slug> label
  3. Add native dependencies between issues via GraphQL addBlockedBy mutation
  4. Output ready for ralph-tui run --tracker github --labels "feature:<slug>"

Step 1: Extract Quality Gates

Installs
2
GitHub Stars
1
First Seen
Mar 20, 2026
ralph-tui-create-github-issues — benjaming/ralph-tui-github-tracker