git-ship

Synchronize documentation, stage git changes, and create pull requests.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/erclx/aitk --skill git-ship-erclx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-ship
Source: https://github.com/erclx/aitk/tree/main/claude/skills/git-ship
Command: npx skills add https://github.com/erclx/aitk --skill git-ship-erclx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual, error-prone sequence of syncing documentation, staging commits, and managing pull requests, ensuring that your post-feature workflow is consistent and fully documented.

Core Features & Use Cases

  • Automated Syncing: Automatically synchronizes internal planning docs and public documentation with your latest session decisions.
  • Standardized Shipping: Orchestrates a multi-step git sequence including staging, branching, and PR creation without manual intervention.
  • Memory Capture: Automatically extracts durable patterns from your session into your project's memory, ensuring continuous improvement of your AI agent's context.

Quick Start

Invoke the git-ship skill to automatically sync your documentation and open a pull request for your current feature branch.

Frequently Asked Questions about git-ship

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

FAQPage Schema
How do I automate git staging, branch management, and pull request creation after finishing a feature?

You can automate your post-feature workflow by chaining git staging, branch management, and pull request creation into a single orchestrated sequence. This ensures consistent project state and eliminates the manual, error-prone git commands typically required to ship a feature.

What is the best way to synchronize documentation when opening a pull request?

The best way to synchronize documentation when opening a pull request is to automate the process as part of your shipping workflow. This ensures internal planning docs and public documentation are automatically updated with your latest session decisions before the PR is created.

Do I need the GitHub CLI installed to automate my pull request workflow?

Yes, you need the GitHub CLI installed to automate your pull request workflow. The orchestration requires integration with git, the GitHub CLI, and internal documentation tools to successfully execute branch management and pull request creation.

How does automated memory capture work during a software development lifecycle?

Automated memory capture works by extracting durable patterns from your development session into your project's memory. This ensures continuous improvement of your AI agent's context by preserving knowledge of decisions made during the software development lifecycle.

Can I integrate documentation synchronization directly into my existing CI/CD pipeline?

You can integrate documentation synchronization into your development lifecycle by orchestrating it alongside git staging and PR creation. The workflow automatically syncs internal planning docs with your latest session decisions, ensuring your project state and knowledge capture remain consistent.