finish-verify

Probe the target cluster and generate versioned asset-bundle JSON files.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ajmeyers42/loom --skill finish-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finish-verify
Source: https://github.com/ajmeyers42/loom/tree/main/skills/finish-verify
Command: npx skills add https://github.com/ajmeyers42/loom --skill finish-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Probes the target cluster to confirm what already exists (schemas, packages, managed assets, and asset definitions), then ensures a complete, versioned asset bundle is produced for deployment preparation.

Core Features & Use Cases

  • Validate that schemas and assets match the data model and platform state.
  • Generate asset-bundle/asset-schema.json and asset-bundle/asset-index.json for Step 2 handoff.
  • Prevent deployment of duplicate or conflicting assets by pre-authoring an authoritative bundle.

Quick Start

Run the finish-verify skill for the current engagement to generate a ready asset bundle for bolt-bootstrap.

Frequently Asked Questions about finish-verify

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

FAQPage Schema
How do I verify existing assets on a target cluster before deployment?

An asset schema gate validates that schemas and assets match the data model and platform state before deployment. It enforces this validation to prevent duplicate or conflicting assets from being deployed to the target cluster.

How do I generate a deploy-ready asset bundle for bolt-bootstrap?

Generate a deploy-ready asset bundle by probing the target cluster and producing versioned outputs, specifically asset-bundle/asset-schema.json and asset-bundle/asset-index.json. This provides a complete bundle for Step 2 handoff to bolt-bootstrap.

What is included in the scope of an asset bundle for deployment preparation?

Yes, you must enforce the asset schema gate before running bolt-bootstrap. The finish-verify process confirms existing schemas and assets, then generates a complete asset bundle to ensure no raw API code is written before the handoff.

Why do I need to pre-author an asset bundle before deploying to a cluster?

Pre-authoring an asset bundle before deploying to a cluster prevents the deployment of duplicate or conflicting assets. It validates schemas and assets against the data model, producing an authoritative bundle for a safe deployment pipeline.