speckit-ship-run

Automate release workflows from readiness checks to PR creation in Spec-Kit projects.

60|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-ship-run-ahmedemad3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-ship-run
Source: https://github.com/ahmedemad3/super-ai-agency-framework/tree/main/.agent/skills/speckit-ship-run
Command: npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-ship-run-ahmedemad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate end-to-end release workflows to reduce manual toil, enforce gated processes, and provide traceability from planning to production.

Core Features & Use Cases

  • Automates pre-flight checks, branch synchronization, changelog generation, CI verification, and PR creation.
  • Supports extension hooks and safe-by-default operation with explicit user confirmations.
  • Use cases include feature releases, patch deployments, and major upgrades with auditable artifacts.

Quick Start

Run the speckit-ship-run workflow on your feature branch to automatically validate readiness, generate a changelog, and create a pull request.

Frequently Asked Questions about speckit-ship-run

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

FAQPage Schema
How do I automate end-to-end release workflows for feature branches?▼

Automating end-to-end release workflows involves executing a unified ship command to gate releases with pre-flight readiness checks, generate changelogs, verify CI, and create pull requests, ensuring a reproducible and auditable ship process.

How does an automated release pipeline enforce safety during PR creation?▼

An automated release pipeline enforces safety by operating safe-by-default with explicit user confirmations and safety prompts before proceeding. It gates releases through pre-flight checks and CI verification to ensure only validated code generates a pull request.

Do I need Spec-Kit v0.4.x to gate releases with pre-flight checks?▼

Yes, Spec-Kit v0.4.x is required to gate releases with pre-flight checks. The ship command applies to feature branches in Git-based projects using this framework to ensure artifact-based traceability and deterministic task execution.

What is the best way to generate changelogs and create pull requests automatically?▼

The best way to generate changelogs and create pull requests automatically is using a unified ship command that validates readiness, generates changelogs, verifies CI, and creates PRs, providing artifact-based traceability for feature releases and patch deployments.

Can I add extension hooks to my CI verification and release process?▼

Yes, you can add extension hooks to your CI verification and release process. The workflow satisfies requirements for extension hooks, allowing customization of the end-to-end release pipeline while maintaining safe-by-default operation through explicit user confirmations.