pr

Create pull requests from code revisions using gh CLI and jj.

9|1|Updated Sep 7, 2025
One-click install
npx skills add https://github.com/martinemde/dotfiles --skill pr-martinemde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/martinemde/dotfiles/tree/main/home/dot_claude/skills/pr
Command: npx skills add https://github.com/martinemde/dotfiles --skill pr-martinemde

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of pull requests from specified code revisions, streamlining the code review process.

Core Features & Use Cases

  • Draft or Ready PRs: Create either a draft PR for initial review or a ready-for-review PR.
  • Revision Management: Supports various revision identifiers (bookmark, change ID, revset, commit hash).
  • Use Case: After committing a set of changes for a new feature, use this Skill to quickly create a PR to get feedback from your team.

Quick Start

Create a draft pull request for the revision 'main'.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I create a pull request from jj revisions using gh cli?

To create a pull request from jj revisions, this Skill automates pushing revisions, generating diffs, and creating PRs with titles and summaries using the gh cli and jj version control system.

Can I create a draft PR from a specific change ID or bookmark?

Yes, you can create a draft PR from a specific change ID or bookmark. This Skill supports various revision identifiers including bookmarks, change IDs, revsets, and commit hashes for PR creation.

Does this Skill generate PR titles and summaries automatically from code revisions?

Yes, it generates PR titles and summaries automatically. It facilitates code review by pushing revisions, generating diffs, and creating PRs with titles and summaries derived from the specified code revisions.

How does self-review work when creating pull requests from jj?

Self-review checks are integrated into the PR creation process. This Skill retrieves design decisions from episodic memory and performs self-review checks before creating the pull request from your jj revisions.

What's the best way to automate code review preparation for jj version control?

To automate code review preparation for jj version control, this Skill pushes revisions, generates diffs, and creates ready-for-review or draft PRs using the gh cli, streamlining the entire workflow.