ralph-pr

Create GitHub pull requests and advance issues to "In Review".

2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cdubiel08/ralph-hero --skill ralph-pr-cdubiel08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-pr
Source: https://github.com/cdubiel08/ralph-hero/tree/main/plugin/ralph-hero/skills/ralph-pr
Command: npx skills add https://github.com/cdubiel08/ralph-hero --skill ralph-pr-cdubiel08

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating a pull request for completed code implementations and updating the issue's status to "In Review".

Core Features & Use Cases

  • Automated Pull Request Creation: Pushes the current branch to origin and creates a pull request using the GitHub CLI.
  • Issue State Management: Automatically advances the associated issue(s) to the "In Review" state.
  • Use Case: After finishing the implementation for a specific ticket, you can use this skill to quickly create a PR and notify the team that the code is ready for review, streamlining the development workflow.

Quick Start

Use the ralph-pr skill to create a pull request for issue number 123.

Frequently Asked Questions about ralph-pr

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

FAQPage Schema
How do I automate GitHub pull request creation and move issues to review?

To automate GitHub pull request creation, this Skill pushes your completed branch to origin and uses the GitHub CLI to open a PR, while automatically advancing the associated issue to the "In Review" state and posting the PR URL as a comment.

Can I create a pull request for a group issue with sub-issues?

Yes, you can create a pull request for group issues containing sub-issues. The Skill ensures proper branch naming and PR body content for both standalone and grouped issues, advancing all associated tickets to the "In Review" state.

Do I need the GitHub CLI to automate pull request workflows?

Yes, the GitHub CLI is required to automate the pull request workflow. The Skill depends on the GitHub CLI to push branches, create the pull request, and post the PR URL comment to the associated issue.

What's the best way to notify my team that a code review is ready?

The best way to notify your team is using this Skill to create a PR, which automatically advances the associated issue to the "In Review" state and posts a comment containing the PR URL directly on the issue ticket.

How does issue state management work when creating a pull request?

Issue state management during PR creation works by automatically advancing the associated issue to the "In Review" state. After pushing the branch and opening the PR via the GitHub CLI, the Skill updates the issue status and leaves a comment with the PR URL.