verify-and-ship

Verify changes, automate commits, pushes, and PR creation for agent work.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill verify-and-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-and-ship
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/verify-and-ship
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill verify-and-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust verification and shipping layer for multi-agent work, ensuring code quality and consistent delivery by validating changes, coordinating commits, and automating PR workflows.

Core Features & Use Cases

  • Auto-Ship: auto-verify, commit, push, and create PRs for ready agent work.
  • Review-Gate: pull PRs into a review queue, route reviews, apply fixes, or escalate.
  • Status-Update: keep task statuses aligned with review outcomes without touching code.
  • Pre-Flight checks: verify git state, remotes, and CI readiness before shipping.

Quick Start

Instruct the agent to verify and ship the current branch, triggering checks, commits, pushes, and PR creation.

Frequently Asked Questions about verify-and-ship

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

FAQPage Schema
How do I automate git commit, push, and pull request creation for multi-agent pipelines?

Automating git commit, push, and PR creation for multi-agent pipelines involves validating changes, enforcing pre-flight checks on git state and remotes, and routing reviews through a review-gate. This ensures consistent delivery and code quality before shipping.

What is a review-gate workflow for continuous delivery pull requests?

A review-gate workflow for continuous delivery pull requests pulls PRs into a review queue, routes them for review, applies fixes, or escalates issues. It enforces checks and guardrails to ensure code quality without directly modifying the codebase.

Can I update task statuses based on pull request review outcomes without touching code?

Yes, you can update task statuses based on pull request review outcomes without touching code. A status-update workflow aligns task tracking with review results, ensuring pipeline state remains synchronized with delivery progress independently of code changes.

What pre-flight checks are needed before shipping agent work to a remote repository?

Pre-flight checks needed before shipping agent work verify the git state, remote configurations, and CI readiness. These checks enforce guardrails and validate changes to ensure the branch is stable and prepared for automated commit, push, and PR creation.

Does auto-ship work for scaling continuous delivery across multiple agent branches?

Auto-ship scales continuous delivery across multiple agent branches by automating verification, commits, pushes, and PR creation. It enforces necessary checks and provides escalation paths to coordinate complex multi-agent pipelines safely.

Why are my automated pull requests failing CI readiness checks?

Automated pull requests fail CI readiness checks when pre-flight validation detects issues with the git state, remote configuration, or unverified changes. Enforcing guardrails and resolving escalated review-gate issues ensures CI stability before pushing.