ln-780-bootstrap-verifier

Orchestrate build, test, and container health checks into a verification report.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/bbsbot/mac-md-win --skill ln-780-bootstrap-verifier-bbsbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-780-bootstrap-verifier
Source: https://github.com/bbsbot/mac-md-win/tree/main/.claude/skills/workflow/ln-780-bootstrap-verifier
Command: npx skills add https://github.com/bbsbot/mac-md-win --skill ln-780-bootstrap-verifier-bbsbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates the final verification steps of a project bootstrap process, ensuring that the build, tests, and container deployments are successful before proceeding.

Core Features & Use Cases

  • End-to-End Verification: Coordinates build, test, and container health checks.
  • Result Aggregation: Compiles results from various verification workers into a single report.
  • Use Case: After a new project is set up using ln-700-project-bootstrap, this Skill automatically runs to confirm that the project can be built, its tests pass, and its services can start correctly in containers.

Quick Start

Run the ln-780-bootstrap-verifier skill to perform the final project verification.

Frequently Asked Questions about ln-780-bootstrap-verifier

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

FAQPage Schema
How do I verify project bootstrap completion after initial setup?

Project bootstrap verification is done by orchestrating a final pipeline that delegates to build, test, and container health check workers, aggregating their results into a comprehensive report.

What does the build, test, and container health check verification process do?

The verification process runs pre-flight checks for environment readiness, then sequentially executes build, test, and container phases, compiling all worker results into a single verification report.

Can I configure test execution and container startup during environment readiness checks?

Yes, the verification pipeline handles sequential execution of build, test, and container phases with configurable options specifically for test execution and container startup.

What is the best way to aggregate results from multiple verification workers?

Result aggregation is handled by an orchestration pipeline that collects outputs from specialized build, test, and container health check workers into one comprehensive verification report.

Do I need pre-flight checks before running container health checks?

Yes, pre-flight checks are required to ensure environment readiness before the sequential execution of build, test, and container phases begins.

Why does project bootstrap verification fail before the build phase starts?

Verification fails before the build phase if pre-flight checks detect environment readiness issues, preventing the sequential execution of subsequent test and container phases.