deliver-and-ship

Run automated quality gates for code, tests, and stability before deployment.

6|3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/adrozdenko/soleri --skill deliver-and-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliver-and-ship
Source: https://github.com/adrozdenko/soleri/tree/main/agents/salvador-filetree/skills/deliver-and-ship
Command: npx skills add https://github.com/adrozdenko/soleri --skill deliver-and-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code is production-ready by running a comprehensive suite of quality gates, preventing the release of unstable or incomplete work.

Core Features & Use Cases

  • Automated Quality Gates: Runs linters, formatters, type checkers, and test suites.
  • Stability Assessment: Classifies changes as safe or breaking to inform release strategy.
  • Knowledge Capture: Prompts for capturing valuable learnings before they are lost.
  • Commit Quality Check: Enforces conventional commit standards.
  • Use Case: Before merging a feature branch, run this Skill to guarantee code quality, test coverage, and proper documentation, ensuring a smooth deployment.

Quick Start

Use the deliver-and-ship skill to run all pre-delivery quality gates.

Frequently Asked Questions about deliver-and-ship

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

FAQPage Schema
How do I run automated quality gates before deploying code?

To run automated quality gates before deployment, execute this Skill to validate code quality, execute test suites, and assess stability. It operates as a comprehensive pre-deployment checklist ensuring your code is production-ready.

What is a pre-deployment checklist for software delivery?

A pre-deployment checklist for software delivery validates commit messages, executes test suites, and assesses stability. This Skill automates these quality gates to prevent the release of unstable or incomplete work.

Can I enforce conventional commit standards before merging a feature branch?

Yes, you can enforce conventional commit standards before merging by running this Skill. It validates commit message conventions as part of its automated quality gates to ensure your code is production-ready.

Does this delivery workflow classify changes as safe or breaking?

Yes, the delivery workflow classifies changes as safe or breaking. This stability assessment informs your release strategy by evaluating the impact of changes before you proceed to deployment.

What's the best way to capture knowledge before releasing code?

The best way to capture knowledge before releasing code is to use an automated prompt during the delivery workflow. This Skill prompts for capturing valuable learnings before they are lost, ensuring documentation accompanies the release.

Do I need any dependencies to run these CI/CD quality checks?

No dependencies are required to run these CI/CD quality checks. The Skill operates independently to execute linters, formatters, type checkers, and test suites without relying on external modules.