inventium-cicd-pipeline

Automate three-phase check, attest, and deploy CI/CD pipelines for Inventium repos.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/doolin/dave-skills --skill inventium-cicd-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventium-cicd-pipeline
Source: https://github.com/doolin/dave-skills/tree/main/skills/inventium-cicd-pipeline
Command: npx skills add https://github.com/doolin/dave-skills --skill inventium-cicd-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized, end-to-end CI/CD blueprint that helps Inventium repos implement consistent checks, attestations, and deploy workflows with minimal setup.

Core Features & Use Cases

  • Three-phase workflow (check / attest / deploy) to standardize repo automation and release processes.
  • Artifact capture and provenance to enable verifiable attestations and audits.
  • Cross-repo applicability to bootstrap CI/CD in new Inventium projects and standardize existing ones.

Quick Start

Initialize a repository with the three-phase Inventium CI/CD pipeline and apply the defined conventions.

Frequently Asked Questions about inventium-cicd-pipeline

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

FAQPage Schema
How do I set up a three-phase CI/CD pipeline with check, attest, and deploy stages in GitHub Actions?

A three-phase CI/CD pipeline in GitHub Actions automates check, attest, and deploy stages. This Skill standardizes that workflow for Inventium repos, ensuring artifact capture and on-demand attestation across new and existing projects.

What is on-demand attestation in a CI/CD pipeline and how does it work with Solana?

On-demand attestation in a CI/CD pipeline verifies artifact provenance through verifiable audit trails. It works with Solana by referencing the solana-cicd-hash job to securely anchor and validate deployment attestations.

Can I use this CI/CD pipeline standardization on existing Inventium repositories?

Yes, you can use this CI/CD pipeline standardization on existing Inventium repositories. It applies the three-phase check, attest, and deploy workflow with minimal setup to standardize your current automation and release processes.

What's the best way to enforce artifact retention and provenance across multiple GitHub Actions workflows?

The best way to enforce artifact retention and provenance across workflows is implementing a standardized pipeline blueprint. This Skill enforces artifact capture during the attest phase, enabling verifiable audits and consistent cross-repo provenance.

Does this pipeline workflow support S3 integration for artifact storage?

Yes, the pipeline workflow supports S3 integration for artifact storage. The standardized three-phase deploy workflow captures and retains artifacts while integrating with S3 and Solana to manage storage and attestation.

Why do I need a standardized pipeline for new Inventium repositories?

You need a standardized pipeline for new Inventium repositories to bootstrap consistent CI/CD automation immediately. It enforces the three-phase check, attest, and deploy conventions to ensure all projects maintain verifiable release processes.