ralph

Convert PRD user stories into labeled, ordered GitHub issues via gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/skillvee/simulator --skill ralph-skillvee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/skillvee/simulator/tree/main/.claude/skills/ralph
Command: npx skills add https://github.com/skillvee/simulator --skill ralph-skillvee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRDs are often lengthy and difficult to translate into actionable work items. This skill converts product requirements into ready-to-create GitHub issues to drive autonomous execution.

Core Features & Use Cases

  • Read a PRD from tasks/prd-[feature-name].md and extract user stories.
  • Convert each user story into a GitHub issue with precise labels and an execution order.
  • Create issues using the gh CLI so teams can start work immediately and track progress.

Quick Start

Place the PRD at tasks/prd-feature-name.md and run Ralph to convert it into GitHub issues.

Frequently Asked Questions about ralph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn PRDs into GitHub issues automatically?

To turn PRDs into GitHub issues automatically, place your markdown file in the tasks directory and run the tool to parse user stories, apply labels, and execute issue creation via the gh CLI.

What is the best way to convert product requirements into trackable tasks?

Converting product requirements into trackable tasks is best handled by parsing PRD markdown files to extract user stories, assigning execution order, and generating actionable GitHub issues for engineering teams.

How does PRD parsing map acceptance criteria to GitHub issues?

PRD parsing maps acceptance criteria by reading the markdown document, validating the extracted user stories against the requirements, and embedding those criteria directly into the generated GitHub issues.

Do I need the gh CLI installed to create issues from PRDs?

Yes, you need the gh CLI installed and authenticated to create issues from PRDs, because the tool relies on this command-line interface to automatically generate and track the work items in your repository.

Can I use this to assign labels and execution order to GitHub issues?

Yes, you can use this to assign labels and execution order, because the conversion process explicitly extracts user stories and configures each generated GitHub issue with precise labels and a sequential execution order.