Deployment

Automate software deployment workflows including version bumps, changelogs, and PR creation.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/BasharAmso/Bashi --skill deployment-basharamso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Deployment
Source: https://github.com/BasharAmso/Bashi/tree/main/create-bashi-app/template/.claude/skills/deployment
Command: npx skills add https://github.com/BasharAmso/Bashi --skill deployment-basharamso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments and releases are complex and error-prone; this skill orchestrates the end-to-end shipping workflow, including merging changes, running tests, updating changelogs, bumping versions, and preparing PRs.

Core Features & Use Cases

  • Automates ship workflow: merge main, run tests, generate changelog, bump version, and open a PR.
  • Supports Setup Mode for first-time CI/CD and hosting configuration.
  • Handles mobile deployment pathways for iOS/Android when applicable.

Quick Start

Describe a deployment or ship request to initiate the workflow and automatically configure CI/CD, bump version, and create a PR.

Frequently Asked Questions about Deployment

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

FAQPage Schema
How do I automate software deployment and ship workflows end-to-end?

Software deployment automation handles the end-to-end shipping workflow by merging main, running tests, generating changelogs, bumping versions, and opening release PRs.

What is the best way to bump versions and update changelogs for feature-to-main releases?

Version bumping and changelog updates are applied automatically during feature-to-main releases, ensuring project STATE and DECISIONS are updated while preparing the release PR.

How do I set up CI/CD pipelines and hosting configuration for first-time deployment?

CI/CD and hosting configuration is handled through Setup Mode, which initializes first-time deployment pipelines and ship workflows for your software project.

Does automated deployment support mobile release pathways for iOS and Android?

Mobile deployment pathways for iOS and Android are supported by the automation workflow when applicable to your software project's release and shipping processes.

Why does my release management workflow require PR creation when shipping?

Release management requires PR creation during shipping to orchestrate merging changes, running tests, updating changelogs, and bumping versions safely before final deployment.

What limitations exist when automating deployment workflows across different project types?

Deployment automation applies to normal feature-to-main releases, setup-configured pipelines, and mobile pathways, but complex custom workflows may require additional configuration beyond standard ship processes.