custom-submit-pr

Create a GitHub pull request with the gh CLI and assign it to assertchris.

2|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/assertchris/claude-skills --skill custom-submit-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-submit-pr
Source: https://github.com/assertchris/claude-skills/tree/main/custom-submit-pr
Command: npx skills add https://github.com/assertchris/claude-skills --skill custom-submit-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub pull requests, generating a descriptive body from a summary and assigning it to the correct reviewer, streamlining the code review process.

Core Features & Use Cases

  • Automated PR Creation: Pushes the current branch and creates a pull request using gh CLI.
  • AI-Generated Description: Leverages another skill (custom-pr-summary) to create a concise PR body.
  • Assignment: Automatically assigns the PR to assertchris.
  • Use Case: After completing a feature, you can ask the AI to "submit this PR," and it will handle the branching, pushing, and PR creation with a relevant summary.

Quick Start

Use the custom-submit-pr skill to create a pull request for the current branch.

Frequently Asked Questions about custom-submit-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with AI descriptions?

To automate GitHub pull request creation, this Skill validates your current branch, pushes unpushed changes via git, generates an AI description, and uses the gh CLI to open the pull request.

What steps are required to submit a PR from the command line?

Submitting a PR requires the Skill to check your active branch, push local commits, generate a concise PR title and summary, and execute the gh CLI command to finalize the pull request.

Do I need the gh CLI installed to create pull requests automatically?

Yes, you need the gh CLI installed, as the Skill relies on it to push the current git branch and execute the underlying command that opens the pull request on GitHub.

Can I generate a PR summary from git commits before opening a pull request?

Yes, the Skill leverages a separate PR summary component to generate a concise AI description and title from your changes before executing the gh CLI command to create the pull request.

Why does my automated PR workflow fail to assign the pull request?

The automated PR workflow assigns the created pull request to a specific user, assertchris; if your GitHub environment lacks permissions for this user, the assignment step will fail during creation.