shipit-kit:commit-pr

Automate Git commits, branch pushes, and PR creation with CI verification.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jrmatherly/shipit --skill shipit-kit-commit-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipit-kit:commit-pr
Source: https://github.com/jrmatherly/shipit/tree/main/.claude/skills/shipit-kit-commit-pr
Command: npx skills add https://github.com/jrmatherly/shipit --skill shipit-kit-commit-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ShipIt automates the end-to-end workflow of committing changes, pushing feature branches, and creating PRs with CI verification, enabling autonomous iteration within Git workflows.

Core Features & Use Cases

  • Autonomous PR workflow: commit, push, PR, and CI watch with automatic retries and limited iterations.
  • CI-driven feedback loop: detect failures, apply fixes, and re-run CI until approval.
  • Safe, auditable process for feature development.

Quick Start

Instruct ShipIt to start a commit-pr workflow for a feature change and let it manage pushing, PR creation, and CI monitoring.

Frequently Asked Questions about shipit-kit:commit-pr

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

FAQPage Schema
How do I automate creating a pull request and running CI checks?

You can automate creating a pull request and running CI checks by initiating a workflow that commits changes, pushes feature branches, creates PRs, and monitors CI with automatic retries and limited iterations.

What happens when CI fails during an automated pull request workflow?

When CI fails during an automated pull request workflow, the system detects the failure, analyzes the errors, applies fixes iteratively, and re-runs CI until it achieves approval.

How does automated commit and push handle safety and auditability?

Automated commit and push handles safety by enforcing deterministic pushes, PR creation, and CI integration with built-in guardrails and safety checks for an auditable feature development process.

Can I automate fixing CI failures without manual intervention?

Yes, you can automate fixing CI failures without manual intervention by using a CI-driven feedback loop that detects failures, applies fixes, and re-runs CI autonomously until approval.

Is there a limit to how many times CI will retry during automated PR creation?

CI retries during automated PR creation are constrained by limited iterations, ensuring the autonomous workflow applies fixes safely without running indefinitely.

What is the best way to manage an end-to-end Git workflow for feature development?

The best way to manage an end-to-end Git workflow for feature development is to automate commits, pushes, PR creation, and CI verification into a single safe, auditable process.