delivery

Enforce CI/CD release gates with lint, typecheck, tests, and security checks.

4|2|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/SylphxAI/flow --skill delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery
Source: https://github.com/SylphxAI/flow/tree/main/.claude/skills/delivery
Command: npx skills add https://github.com/SylphxAI/flow --skill delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delivery pipelines often suffer from manual release gates, inconsistent testing, and misconfigured deployments, leading to slower releases and higher risk.

Core Features & Use Cases

  • Automated release gates: Enforce checks before deployment across CI/CD.
  • Integrated testing & lint: Run tests, type checks, and linting automatically as part of the pipeline.
  • Secure, trackable releases: Validate security headers and verify consent gating in tests.
  • Platform compatibility: Works with GitHub Actions, Bun tests, and Vercel deployments to streamline workflows.

Quick Start

Trigger automated gate checks on your next release by wiring your workflow to this Skill's guidelines and start enforcing policy-driven deployments.

Frequently Asked Questions about delivery

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

FAQPage Schema
How do I automate CI/CD gates and enforce release quality checks in my pipeline?

Automated CI/CD gates enforce consistent quality checks across your pipeline by blocking deployments on lint failures, test failures, type errors, and build issues. This Skill applies governance rules to GitHub Actions, Bun tests, and Vercel deployments, failing fast on misconfiguration and verifying security headers and consent gating before release.

Can I integrate automated testing and linting into my deployment pipeline?

Yes. This Skill runs tests, type checks, and linting automatically as part of your CI/CD workflow, blocking deployment if any check fails. It ensures consistent gate enforcement across automation pipelines and prevents releases with unmet quality requirements.

How do I verify security headers and consent gating in my release process?

Security validation checks CSP and HSTS headers and consent gating as verifiable test assertions within your pipeline. This ensures secure, trackable releases by confirming security posture before deployment across your workflow.

Does this work with GitHub Actions and Vercel deployments?

Yes. This Skill integrates with GitHub Actions, Bun tests, and Vercel deployments to streamline CI/CD workflows. It applies automated release gates and security checks natively across these platforms without additional configuration.

What happens if my deployment configuration is missing or incomplete?

The Skill enforces fail-fast behavior on missing configuration, blocking the build immediately and preventing deployment. This catches configuration errors early and ensures all required settings are present before release.