nacl-tl-deliver

Coordinate push, CI, verification, and health checks to deliver a feature branch to staging.

23|2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ITSalt/NaCl --skill nacl-tl-deliver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nacl-tl-deliver
Source: https://github.com/ITSalt/NaCl/tree/main/nacl-tl-deliver
Command: npx skills add https://github.com/ITSalt/NaCl --skill nacl-tl-deliver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end delivery of a feature branch to staging by coordinating push, CI, verification, and health checks.

Core Features & Use Cases

  • End-to-end delivery pipeline: chains nacl-tl-ship, nacl-tl-verify, and nacl-tl-deploy into a single workflow.
  • Progress visibility & resumption: persists delivery-status.json to resume after interruptions.
  • Production-ready safeguards: pre-checks, branch hygiene, and optional production run guards (for production env).

Quick Start

Invoke the skill by issuing /nacl-tl-deliver to start the end-to-end delivery pipeline for your current feature branch.

Frequently Asked Questions about nacl-tl-deliver

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

FAQPage Schema
How do I automate feature branch delivery to staging with CI and health checks?

Feature branch delivery to staging is automated by orchestrating push, CI integration, verification, and health checks into a single end-to-end pipeline. The workflow coordinates these stages automatically to ensure traceable progress and defined rollback points.

What is the best way to resume a staging deployment pipeline after an interruption?

Resuming a staging deployment pipeline after an interruption is handled by persisting a delivery-status.json file. This file tracks pipeline progress, allowing the automated delivery workflow to resume directly from the last successful checkpoint.

Do I need a specific health check endpoint to automate delivery to staging?

A staging health check endpoint is required to automate feature branch delivery. The pipeline coordinates and monitors the deployment by polling this endpoint during the verification stage to confirm the application is running successfully.

Can I use this automated delivery workflow for production environments?

Production environments are supported through optional production run guards and pre-checks. While the workflow targets staging delivery, these safeguards ensure branch hygiene and validate prerequisites before applying the pipeline to production.

How does an end-to-end delivery pipeline coordinate git push and verification?

An end-to-end delivery pipeline coordinates git push and verification by chaining shipping, verifying, and deploying actions sequentially. It automates this workflow to deliver a feature branch from development to staging with continuous monitoring.

What branch hygiene pre-checks are needed before staging delivery?

Branch hygiene pre-checks are enforced before staging delivery to validate the git-based workflow. These safeguards ensure the feature branch meets baseline requirements before the pipeline triggers the push and CI integration stages.