delivery

Automate Git commits, pushes, PRs, tests, reviews, and merges for the Intrale Platform monorepo.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill delivery-intrale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery
Source: https://github.com/intrale/platform/tree/main/.claude/skills/delivery
Command: npx skills add https://github.com/intrale/platform --skill delivery-intrale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire code delivery process, from committing changes to merging pull requests, ensuring adherence to project conventions and automating repetitive tasks.

Core Features & Use Cases

  • Automated Git Workflow: Handles commits, pushes, and pull request creation with a single command.
  • Convention Enforcement: Automatically applies project-specific commit message formats and PR descriptions.
  • Quality Gates: Integrates automated testing and code review checks before merging.
  • Worktree Management: Supports batch processing of multiple worktrees for efficient delivery of parallel development tasks.
  • Use Case: A developer finishes a feature and wants to submit it for review. Instead of running multiple Git commands and interacting with GitHub's UI, they can simply run /delivery <description> --issue <N>, and the Skill will handle the rest, including creating the PR, running tests, and attempting to merge it.

Quick Start

Use the delivery skill to commit and create a pull request for your current changes with the description "Implement user authentication flow".

Frequently Asked Questions about delivery

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

FAQPage Schema
How do I automate git commit, push, and pull request creation in one command?

Automating git commit, push, and pull request creation is handled by running a single command that processes your description and issue number. This Skill manages the end-to-end pipeline, creating commits, pushing branches, and opening PRs automatically without manual GitHub UI interaction.

Can I batch process multiple git worktrees for parallel pull request delivery?

Batch processing multiple git worktrees is supported for parallel development tasks. This Skill iterates over configured worktrees, committing changes and generating pull requests for each branch independently, streamlining the delivery of concurrent features.

Does automated CI/CD merge enforce code review and testing gates before squash merging?

Automated CI/CD merge enforces code review and testing gates before completing a squash merge. This Skill integrates quality checks, verifying that automated tests pass and reviews are approved, then handles branch deletion after successful merging.

How does git rebase conflict resolution work during automated pull request delivery?

Git rebase conflict resolution during automated delivery is managed through robust error handling strategies. This Skill detects rebase conflicts, halts the pipeline safely, and provides feedback to resolve issues before retrying the commit and merge process.

What is the best way to enforce commit message conventions for automated pull requests?

Enforcing commit message conventions for automated pull requests is achieved through built-in formatting rules. This Skill automatically applies project-specific commit message formats and PR descriptions, ensuring consistent historical records without manual formatting.

Are there limitations when using automated delivery for monorepo code review workflows?

Limitations when using automated delivery for monorepo code review workflows depend on existing repository conventions and CI configurations. This Skill is tailored for the Intrale Platform monorepo, requiring compatible testing gates and branch protection rules to successfully merge.