validate-delivery

Run tests, builds, and requirement checks before shipping code.

951|110|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/avifenesh/awesome-slash --skill validate-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-delivery
Source: https://github.com/avifenesh/awesome-slash/tree/main/plugins/next-task/skills/validate-delivery
Command: npx skills add https://github.com/avifenesh/awesome-slash --skill validate-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that a task is truly ready for shipping by running essential checks like tests, builds, and requirement verification, reducing risk of regressions.

Core Features & Use Cases

  • Automated verification of review status, tests, and build health before merge or release.
  • Requirement validation against defined acceptance criteria captured in the task description.
  • Use Case: A developer opens a PR; the skill runs the checks and reports pass/fail with actionable fix instructions.

Quick Start

Run a full delivery validation to verify review status, tests, builds, and requirements before shipping.

Frequently Asked Questions about validate-delivery

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

FAQPage Schema
How do I automate pre-shipment validation for code delivery in CI pipelines?

Automate pre-shipment validation by running tests, builds, and requirement checks before merging or releasing code changes. This enforces automated checks for review status, test results, and build health to reduce the risk of regressions across CI pipelines and multi-repo projects.

What is delivery validation for task readiness?

Delivery validation is the process of verifying that a task is truly ready for shipping. It runs essential checks like tests, builds, and requirement verification against defined acceptance criteria captured in the task description to ensure code changes meet all requirements.

How do I validate pull request review status and build health before a merge?

Validate pull request review status and build health by running a full delivery validation. The skill checks review status, runs tests, verifies builds, and reports pass or fail results with actionable fix instructions for the developer before the merge occurs.

Can I validate task requirements against acceptance criteria in multi-repo projects?

Yes, you can validate task requirements against defined acceptance criteria in multi-repo projects. The skill applies automated checks across CI pipelines to ensure requirement validation matches the acceptance criteria captured in the task description before shipping.

What is the best way to prevent regressions before shipping code changes?

The best way to prevent regressions before shipping is to automate pre-shipment validation. By enforcing automated checks for review status, test results, builds, and requirements met, you reduce the risk of regressions entering production across your CI pipelines.

Does validate-delivery work with multi-repo CI pipelines?

Yes, validate-delivery works with multi-repo CI pipelines. It applies automated checks for review status, test results, builds, and requirements across code changes in multi-repo projects to ensure tasks are truly ready for shipping.