pr-submit

Automate GitHub pull request submission, review requests, and comment resolution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire pull request submission process, including pre-flight checks, creation, review requests, comment resolution, and status updates, reducing manual effort and streamlining the workflow.

Core Features & Use Cases

  • Automated PR Workflow: Handles PR creation, review requests, comment resolution, and status reporting in GitHub repositories.
  • Team Collaboration: Facilitates efficient peer reviews and AI-assisted feedback integration.
  • Use Case: A developer finishes feature work locally, runs this Skill to create and request reviews, then monitors and updates the PR until ready for merge.

Quick Start

Invoke the Skill after completing code changes to automatically submit a PR, request Copilot review, resolve comments, verify test plan items, and generate a comprehensive status report.

Frequently Asked Questions about pr-submit

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

FAQPage Schema
How do I automate pull request submissions on GitHub?

You can automate pull request submissions on GitHub by leveraging GitHub CLI and workflows to handle PR creation, review requests, and comment resolution. This Skill streamlines the entire process by applying pre-flight checks and generating status updates.

How does automated pull request review and comment resolution work?

Automated pull request review works by requesting AI-assisted feedback and tracking comment resolution directly through the GitHub CLI. It ensures thorough peer reviews and updates the PR status until it is ready for merge.

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

Yes, you need the GitHub CLI installed because this Skill leverages the `gh` and `git` dependencies to interact with repositories, manage review requests, and update pull request statuses automatically.

Can I use automated PR workflows for fast feedback loops in software engineering?

Yes, automated PR workflows are specifically designed for software engineering teams requiring fast feedback loops. It facilitates efficient peer reviews and AI-assisted feedback integration to accelerate code merging.

What is the best way to streamline pull request creation and status updates?

The best way to streamline pull request creation and status updates is to run an automated workflow after completing code changes. It handles PR creation, requests Copilot review, verifies test plans, and generates a comprehensive status report.