submit-pr

Run pre-checks, create a pull request, and initiate Codex review.

26|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/sburl/CrossCheck --skill submit-pr-sburl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-pr
Source: https://github.com/sburl/CrossCheck/tree/main/codex/skills/submit-pr
Command: npx skills add https://github.com/sburl/CrossCheck --skill submit-pr-sburl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the PR submission workflow by running pre-checks, creating a pull request, and initiating Codex review, reducing manual steps and errors.

Core Features & Use Cases

  • Pre-checks automation: validates code quality, tests, and docs before PR creation.
  • PR automation: creates PR from the current feature branch and applies a structured template.
  • Codex review initiation: triggers the Codex review flow and routes results to the designated reviewers.
  • Use Case: Teams aiming for consistent, fast PR submissions with enforced quality gates.

Quick Start

Invoke /submit-pr to automatically run pre-checks, open a PR, and start Codex review.

Frequently Asked Questions about submit-pr

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

FAQPage Schema
How do I automate pull request submission with pre-checks in GitHub?

Automated PR submission runs pre-checks, creates a pull request, and initiates a Codex review. It enforces quality gates by validating code quality, tests, and docs before merging in team environments.

What's the best way to enforce code review and quality gates before creating a PR?

Enforcing quality gates before creating a PR requires automated pre-checks that validate code, tests, and documentation. This ensures consistent submissions and reduces manual errors before initiating a Codex review.

How does Codex review initiation work with automated pull request creation?

Codex review initiation triggers automatically after PR creation, routing review results to designated reviewers. This automates the code review flow and applies structured templates to maintain consistency across the team.

Can I customize the PR template when automating pull request workflows?

PR template customization is supported during automated pull request creation. You can apply structured templates while automating the workflow from your current feature branch through pre-checks and Codex review.

Do I need a feature branch to automate PR creation and Codex review?

A feature branch is required to automate PR creation. The workflow validates code quality through pre-checks on the current branch, opens the pull request, and then starts the Codex review process.

What are the limitations of automating PR submission with pre-checks?

Automated PR submission is limited to software development workflows using GitHub and Codex-assisted reviews. It requires team environments where automated quality gates and reviewer assignments are configured before merging.