shipping-pr

Automate commits, code reviews, fixes, and pull request creation on GitHub.

4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/signalcompose/claude-tools --skill shipping-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-pr
Source: https://github.com/signalcompose/claude-tools/tree/main/plugins/code/skills/shipping-pr
Command: npx skills add https://github.com/signalcompose/claude-tools --skill shipping-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of committing code, performing automated reviews, fixing issues, pushing to a remote repository, and creating a pull request, ensuring code quality and efficient delivery.

Core Features & Use Cases

  • Autonomous Workflow: Manages commit, review, fix, push, and PR creation without user intervention.
  • Automated Code Review: Integrates with review tools to identify and fix bugs, security vulnerabilities, and silent failures.
  • Conventional Commits: Enforces commit message standards for better project history.
  • Use Case: When you're ready to share your completed feature or bug fix, simply invoke this skill with a commit message hint, and it will handle the rest, from code checks to PR creation.

Quick Start

Use the shipping-pr skill to automatically commit, review, and create a pull request for your current changes with the commit message hint "feat: implement user authentication".

Frequently Asked Questions about shipping-pr

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

FAQPage Schema
How do I automate GitHub pull request creation and code review?

Automating GitHub pull request creation and code review is handled by an autonomous workflow that performs commits, runs parallel code reviews, applies fixes, and generates the PR without manual intervention. It ensures code quality through pre-flight checks and a fix loop.

Can I enforce Conventional Commits standards automatically when shipping code?

Enforcing Conventional Commits standards automatically is supported during the commit phase of the workflow. The system manages commit message formatting to maintain better project history while simultaneously preparing your code changes for the pull request.

Does automated code review fix security vulnerabilities and silent failures?

Automated code review does fix security vulnerabilities and silent failures by integrating with review tools to identify issues. An automated fix loop addresses these detected bugs before pushing the code to the remote repository and creating the pull request.

What is the best way to ship code with end-to-end automation from commit to PR?

Shipping code with end-to-end automation from commit to PR is best achieved by invoking an autonomous workflow with a commit message hint. It manages the entire sequence of pre-flight checks, parallel reviews, fixes, pushes, and GitHub PR generation seamlessly.

Are there limitations to autonomous code fixes during the pull request workflow?

Limitations to autonomous code fixes during the pull request workflow depend on the integrated review tools' ability to identify bugs and silent failures. The fix loop addresses detected issues, but complex unresolved vulnerabilities may require manual intervention before the final push.