github-pr

Create and manage GitHub pull requests across Git and Jujutsu.

530|41|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/systeminit/swamp --skill github-pr-systeminit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr
Source: https://github.com/systeminit/swamp/tree/main/.claude/skills/github-pr
Command: npx skills add https://github.com/systeminit/swamp --skill github-pr-systeminit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, deno, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, updating, and merging GitHub pull requests, ensuring code quality and efficient collaboration.

Core Features & Use Cases

  • Version Control Agnostic: Works seamlessly with both Git and Jujutsu.
  • Automated Checks: Runs pre-flight checks like formatting and linting.
  • PR Management: Handles PR creation, status checks, review feedback, and merging.
  • Use Case: After pushing your latest code changes, use this Skill to create a new pull request, automatically include a detailed description, and then monitor its CI status and reviews.

Quick Start

Use the github-pr skill to create a new pull request for your current branch with the title "feat: Implement user authentication" and a detailed description.

Frequently Asked Questions about github-pr

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

FAQPage Schema
How do I create a GitHub pull request with an automated description from the command line?

To create a GitHub pull request with an automated description, use this Skill to generate a PR for your current branch and include a detailed title and body. It requires the gh CLI to interact with GitHub and Deno to execute the necessary scripts.

Can I manage GitHub pull requests when using Jujutsu instead of Git?

Yes, you can manage GitHub pull requests when using Jujutsu. This Skill is version control agnostic, meaning it works seamlessly across both Git and Jujutsu to handle PR creation, updates, and merging workflows.

How do I run pre-flight checks like formatting and linting before opening a pull request?

You can run pre-flight checks like formatting and linting before opening a pull request by using this Skill's automated checks feature. It executes these validations prior to PR creation to ensure code quality and compliance.

What's the best way to monitor CI status and handle review feedback for a GitHub PR?

The best way to monitor CI status and handle review feedback for a GitHub PR is using this Skill's management features. It tracks PR status checks, monitors CI pipelines, and processes review feedback directly through the gh CLI.

Do I need the gh CLI and Deno installed to automate pull request workflows?

Yes, you need both the gh CLI and Deno installed to automate pull request workflows. The gh CLI is required for GitHub interaction and API calls, while Deno is required to execute the scripts that drive the PR management automation.

How do I merge a GitHub pull request after all status checks pass?

To merge a GitHub pull request after status checks pass, use this Skill's merging workflow functionality. It monitors PR status and facilitates the merge operation through the gh CLI once CI validations and reviews are complete.