ship-it

Run tests, linting, security scans, and build checks on Git feature branches.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/emirrtopaloglu/claude-code-virtuoso --skill ship-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-it
Source: https://github.com/emirrtopaloglu/claude-code-virtuoso/tree/main/.claude/skills/ship-it
Command: npx skills add https://github.com/emirrtopaloglu/claude-code-virtuoso --skill ship-it

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare current branch for production by enforcing a disciplined, guard-railed workflow that catches issues before merging.

Core Features & Use Cases

  • Enforces mandatory and optional agent roles to run tests, security scans, and architecture review.
  • Provides a structured pre-flight and execution pipeline (polish, lint/type check, tests, security, build, PR).
  • Supports fail-fast error handling and clear remediation prompts, enabling safe shipping in teams.

Quick Start

Run the ship-it workflow on your feature branch to automatically polish, lint, test, scan for security issues, build, and open a PR.

Frequently Asked Questions about ship-it

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

FAQPage Schema
How do I automate branch preparation for production deployment?

Automate branch preparation for production deployment by running a structured pipeline that polishes code, executes lint and type checks, runs tests, performs security scans, and builds a deployable candidate.

What does a fail-fast CI CD pipeline do when tests or security scans fail?

A fail-fast CI CD pipeline halts execution immediately upon detecting test or security failures, providing clear remediation prompts to guide developers in resolving specific issues before proceeding.

Can I automatically generate a PR summary after running tests and linting?

Yes, you can automatically generate a PR summary after running tests and linting by executing an end-to-end production readiness workflow that evaluates code quality and aggregates the results into a pull request description.

What is the best way to enforce mandatory agent roles for code reviews?

Enforce mandatory agent roles for code reviews by applying a guard-railed workflow that requires specific agents to participate in architecture review, testing, and security scanning before a branch can be merged.

Does the production readiness workflow support feature branches in Git projects?

Yes, the production readiness workflow supports feature branches in Git-based projects, applying automated polish, lint, test, security, and build checks to prepare a deployable candidate.