submit-pr

Automate pull request submission with commits, pushes, and PR creation.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill submit-pr-furrycolombia-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-pr
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/submit-pr
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill submit-pr-furrycolombia-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the submission of pull requests to a target branch, ensuring commits, pushes, and PR metadata are handled consistently and correctly.

Core Features & Use Cases

  • Read and adapt Claude's pull-request workflow for Codex, ensuring compatibility with your branching strategy.
  • Automate commit creation, pushing to the correct remote, and PR submission with descriptive titles and bodies.
  • Use cases include feature, hotfix, and multi-branch PR workflows where consistent PR metadata and descriptions are required.

Quick Start

Submit a PR to the target branch following the Claude workflow with proper commit messages and PR descriptions.

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 proper commit messages?

Automating pull request submission involves orchestrating commits, pushes, and PR creation to a target branch. This Skill reads Claude's workflow to ensure consistent PR metadata, titles, and descriptions across feature and hotfix scenarios.

What is the best way to adapt a Claude pull-request workflow for a Codex environment?

Adapting a Claude pull-request workflow for Codex requires reading the source file at .claude/skills/submit-pr/SKILL.md. The Skill automatically translates and executes this workflow end-to-end within your current Codex environment.

Can I use this to automate multi-branch PR workflows for bugfixes and releases?

Yes, you can automate multi-branch PR workflows for bugfixes and releases. The Skill supports various software development scenarios, ensuring descriptive PR titles and bodies are consistently pushed to the correct remote.

Does this PR automation tool require any external dependencies?

No external dependencies are required to run this PR automation tool. It operates independently by reading the internal Claude source configuration and adapting it to your existing Git environment to execute the workflow.

Why do my automated commits and pushes fail to create consistent pull requests?

Automated commits and pushes fail to create consistent pull requests when PR metadata is handled manually. This Skill solves that by enforcing a structured workflow that automates commit creation, remote pushing, and descriptive PR submission.