ln-780-bootstrap-verifier

Orchestrate project bootstrap verification with build, test, and container health checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates the final verification steps after a project has been set up, ensuring the build, tests, and containerized environment are healthy before proceeding.

Core Features & Use Cases

  • Coordinated Verification: Manages a pipeline of build, test, and container health checks.
  • Delegation: Offloads specific verification tasks to specialized worker Skills (build, test, container).
  • Reporting: Aggregates results from all verification phases into a comprehensive report.
  • Use Case: After a new project template is applied, this Skill runs all necessary checks to confirm the project is ready for development, providing a clear go/no-go status.

Quick Start

Use the ln-780-bootstrap-verifier skill to run the full project verification pipeline.

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 my project setup and health after applying a new template?

Project setup verification involves orchestrating a multi-phase pipeline that executes pre-flight environment checks, build verification, test execution, and container health monitoring to confirm your project is ready for development.

What is a bootstrap verification pipeline for software projects?

A bootstrap verification pipeline is a coordinated sequence of checks that manages build, test, and container health validations by delegating tasks to specialized worker skills and aggregating results into a comprehensive report with a clear go/no-go status.

Can I run container health monitoring as part of my build verification process?

Yes, container health monitoring is integrated directly into the verification pipeline alongside build verification and test execution, adapting based on detected project components to provide actionable next steps.

How do I get a go/no-go status report after setting up a new project?

You obtain a go/no-go status report by running a full project verification pipeline that aggregates results from all phases—including environment checks, builds, tests, and container health—into a final report for user review.

Does the verification pipeline adapt to different project components automatically?

Yes, the verification pipeline handles environment adaptation based on detected project components, adjusting its multi-phase checks according to the specific build tools, test frameworks, and container configurations it identifies in your project.

What should I do if my build verification or test execution fails during bootstrap?

If build verification or test execution fails, the pipeline aggregates the failure results into its final report and provides actionable next steps for user review, helping you identify and resolve the specific environment or configuration issues.