ln-780-bootstrap-verifier

Solid

Verifies bootstrapped projects via build, test, and container health checks. Use when validating project setup completeness.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-780-bootstrap-verifier **Type:** L2 Domain Coordinator **Category:** 7XX Project Bootstrap **Parent:** ln-700-project-bootstrap --- ## Purpose Orchestrates the final bootstrap verification pipeline by delegating to specialized workers and aggregating results into a comprehensive report. **Scope:** - Coordinates build, test, and container verification - Aggregates results from all workers - Generates final verification report **Out of Scope:** - Direct execution of builds/tests/containers (delegated to workers) - Project structure creation (handled by earlier phases) --- ## When to Use | Scenario | Use This Skill | |----------|---------------| | After ln-700 completes project setup | Yes | | Standalone build verification | No, use ln-781 directly | | Manual testing only | No, use ln-782 directly | | Container-only launch | No, use ln-783 directly | --- ## Workflow ### Phase 1: Pre-flight Checks Verify environment readiness before starting verification pipeline. | Check | Detection Method | Failure Action | |-------|-----------------|----------------| | Docker installed | Check docker command availability | Report error, skip containe...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category